Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Meissner committed Oct 18, 2024
1 parent ce59f9f commit f77d073
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/shellspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: shellspec
name: Shell/Bash Script Unit Tests
on: pull_request

jobs:
Expand All @@ -10,6 +10,5 @@ jobs:
with:
go-version: '1.22'
- run: |
echo "Running shellspec tests to validate shell/bash scripts"
make shellspec
name: Run bash unit tests with shellspec
name: Run shell/bash script unit tests with shellspec

0 comments on commit f77d073

Please sign in to comment.