Skip to content

Commit

Permalink
fix: workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed May 2, 2024
1 parent 631201f commit 80f7f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- name: Add bash to alpine
if: ${{ contains(matrix.os, 'alpine') }}
if: ${{ contains(matrix.image, 'alpine') }}
run: apk add bash
- name: Run tests
# env:
Expand Down

0 comments on commit 80f7f52

Please sign in to comment.