Skip to content

Commit

Permalink
fix docker tests
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Sep 4, 2024
1 parent 4af90df commit 790af7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
if: ${{ github.event_name == 'pull_request_review' || github.event.label.name == 'docker_tests' }}
runs-on: ubuntu-latest
name: Docker Test ${{ matrix.test.name }}
defaults:
run:
working-directory: lib
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 790af7f

Please sign in to comment.