Skip to content

Commit

Permalink
Run heavy-test in parallel with back-build and back-build-native jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Shashev authored and ashashev committed Aug 6, 2023
1 parent 455abb8 commit 888f1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
sbt "project integration;clean;fixCheck;test;"
back-build:
needs: [front-build, heavy-tests]
needs: [front-build]

runs-on: ubuntu-latest

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
if: ${{ github.ref_type == 'tag' }}

back-build-native:
needs: [front-build, heavy-tests]
needs: [front-build]

runs-on: ubuntu-20.04

Expand Down

0 comments on commit 888f1f9

Please sign in to comment.