Skip to content

Commit

Permalink
Change smoke test order.
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipDolnik committed Apr 15, 2024
1 parent ec54313 commit be9ead2
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,7 +50,6 @@ concurrency:
jobs:
acceptance-tests:
name: Acceptance Tests
needs: [gradle-tests]
runs-on: self-hosted
steps:
- name: Checkout Repo
Expand Down Expand Up @@ -139,6 +138,7 @@ jobs:
gradle-tests:
name: Gradle Tests
runs-on: self-hosted
needs: [external-libraries-tests]
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit be9ead2

Please sign in to comment.