reword steps description in test.yml workflow

This commit is contained in:
Alfi Maulana 2023-01-14 17:00:53 +07:00
parent 7fb80ad5a2
commit 25a66e3c81
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -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