Skip to content

Commit

Permalink
Syntax error!
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Aug 1, 2024
1 parent 063fc6a commit 31d19db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
shell: bash
if: ${{ always() }}
run: |
if echo "${{ matrix.testcase }}" | grep -q hsm;
if echo "${{ matrix.testcase }}" | grep -q hsm; then
docker compose logs app-hsm
else
docker compose logs app
Expand Down

0 comments on commit 31d19db

Please sign in to comment.