mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 02:31:20 +00:00
reword steps description in test.yml
workflow
This commit is contained in:
parent
7fb80ad5a2
commit
25a66e3c81
14
.github/workflows/test.yml
vendored
14
.github/workflows/test.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
matrix:
|
||||
os: [windows, ubuntu, macos]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Check out this repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Move test project to the working directory
|
||||
@ -24,10 +24,10 @@ jobs:
|
||||
specified-dir-usage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Check out this repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Use this action with specified directory
|
||||
- name: Use this action with specified directories
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
@ -45,10 +45,10 @@ jobs:
|
||||
matrix:
|
||||
os: [windows, ubuntu, macos]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Check out this repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Use this action with specified compiler
|
||||
- name: Use this action with specified compilers
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
@ -67,10 +67,10 @@ jobs:
|
||||
matrix:
|
||||
os: [windows, ubuntu, macos]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
- name: Check out this repository
|
||||
uses: actions/checkout@v3.3.0
|
||||
|
||||
- name: Use this action with specified generator
|
||||
- name: Use this action with a specified generator
|
||||
uses: ./
|
||||
with:
|
||||
source-dir: test
|
||||
|
Loading…
Reference in New Issue
Block a user