Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Jun 17, 2024
1 parent 47ab4f2 commit 35dce7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
pipeline-test:
name: Pipeline tests
runs-on: ubuntu-latest
needs: workflow-test

needs: [module-test, workflow-test]
strategy:
fail-fast: false
max-parallel: 1
matrix:
profile:
- gemflux
Expand Down

0 comments on commit 35dce7b

Please sign in to comment.