style: use a better step names in test.yml workflow

This commit is contained in:
Alfi Maulana 2023-06-29 23:18:54 +07:00
parent d0fef383d5
commit a320b8e14b
No known key found for this signature in database
GPG Key ID: 2242A64C2A8DF5A4

View File

@ -92,10 +92,10 @@ jobs:
matrix: matrix:
compiler: [gcc, msvc] compiler: [gcc, msvc]
steps: steps:
- name: Check out this repository - name: Checkout the repository
uses: actions/checkout@v3.5.3 uses: actions/checkout@v3.5.3
- name: Use this action with additional compiler flags - name: Use the action with additional compiler flags
uses: ./ uses: ./
with: with:
source-dir: test source-dir: test
@ -114,10 +114,10 @@ jobs:
matrix: matrix:
os: [windows, ubuntu, macos] os: [windows, ubuntu, macos]
steps: steps:
- name: Check out this repository - name: Checkout the repository
uses: actions/checkout@v3.5.3 uses: actions/checkout@v3.5.3
- name: Use this action with specified generator and compilers - name: Use the action with specified generator and compilers
uses: ./ uses: ./
with: with:
source-dir: test source-dir: test