Skip to content

Commit

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

strategy:
fail-fast: false
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
workflow-test:
name: Workflow tests
runs-on: ubuntu-latest
needs: module-test

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c6c4614

Please sign in to comment.