Skip to content

Commit cc10ca5

Browse files
committed
ci: add explicit job and step names in test workflow
1 parent 63f7c1b commit cc10ca5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,16 @@ on:
1212

1313
jobs:
1414
test:
15+
name: Run Bats Test Suite
1516
runs-on: ubuntu-latest
1617
steps:
17-
- name: Checkouting code...
18+
- name: Checkout Repository
1819
uses: actions/checkout@v6
1920

20-
- name: Setup BATS
21+
- name: Install Bats
2122
uses: mig4/setup-bats@v1
2223
with:
2324
bats-version: 1.8.2
2425

25-
- name: Test
26+
- name: Run Bats Tests
2627
run: bats tests

0 commit comments

Comments
 (0)