Skip to content

Commit 9dcd936

Browse files
committed
chore: log the bash vesrion for the tests
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent db2aa27 commit 9dcd936

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
fail-fast: false
3333

3434
steps:
35+
- name: Bash version
36+
run: bash --version
37+
3538
- name: Checkout code
3639
uses: actions/checkout@v4
3740

0 commit comments

Comments
 (0)