Skip to content

Commit

Permalink
Run Gradle tests in CI first.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Apr 13, 2024
1 parent 65a3cb8 commit 48526b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ concurrency:
jobs:
acceptance-tests:
name: Acceptance Tests
needs: [gradle-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -137,7 +138,6 @@ jobs:

gradle-tests:
name: Gradle Tests
needs: [acceptance-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down

0 comments on commit 48526b0

Please sign in to comment.