Skip to content

Commit

Permalink
fix: update test command in CI workflow to use 'make test'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Dec 23, 2024
1 parent 47db96b commit 650bb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
run: |
git config --global --add safe.directory /home/runner/work/shell-tester/shell-tester
# repo is owned by user and we intend to execute as root
make test_bash
make test
shell: alpine.sh --root {0}

0 comments on commit 650bb6f

Please sign in to comment.