Skip to content

Commit

Permalink
Fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Jul 24, 2024
1 parent 7af0092 commit 30ffa1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ permissions:
jobs:
api-check:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:

deploy:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
needs: build
needs: [test, api-check]
runs-on: macos-14
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30ffa1f

Please sign in to comment.