Skip to content

Commit

Permalink
fixup! ci: abstract test
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jun 10, 2024
1 parent 329451c commit 0381c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-verify-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

release:
runs-on: ubuntu-latest
needs: [lint, test, e2e]
needs: [build, lint, test, e2e]
if: "!github.event.push.repository.fork && github.actor != 'dependabot[bot]'"
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0381c1b

Please sign in to comment.