Merge pull request #24 from threeal/reword-workflow-desc

Reword Steps Description in Test Workflow
This commit is contained in:
Alfi Maulana 2023-01-14 17:03:22 +07:00 committed by GitHub
commit dd78821b58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
matrix: matrix:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout repository - name: Check out this repository
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
- name: Move test project to the working directory - name: Move test project to the working directory
@ -24,10 +24,10 @@ jobs:
specified-dir-usage: specified-dir-usage:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Check out this repository
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
- name: Use this action with specified directory - name: Use this action with specified directories
uses: ./ uses: ./
with: with:
source-dir: test source-dir: test
@ -45,10 +45,10 @@ jobs:
matrix: matrix:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout repository - name: Check out this repository
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
- name: Use this action with specified compiler - name: Use this action with specified compilers
uses: ./ uses: ./
with: with:
source-dir: test source-dir: test
@ -67,10 +67,10 @@ jobs:
matrix: matrix:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Checkout repository - name: Check out this repository
uses: actions/checkout@v3.3.0 uses: actions/checkout@v3.3.0
- name: Use this action with specified generator - name: Use this action with a specified generator
uses: ./ uses: ./
with: with:
source-dir: test source-dir: test