Skip to content

Commit

Permalink
Run Gradle tests on our hosted runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
TadeasKriz committed Apr 13, 2024
1 parent f4aaa24 commit 65a3cb8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

external-libraries-tests:
name: External Libraries Tests
needs: [acceptance-tests]
needs: [acceptance-tests, gradle-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -137,7 +137,8 @@ jobs:

gradle-tests:
name: Gradle Tests
runs-on: macos-14
needs: [acceptance-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit 65a3cb8

Please sign in to comment.