Skip to content

Commit

Permalink
Fix run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
text-adi committed Apr 7, 2024
1 parent b8cb10c commit ca31bf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
needs: [ vars ]
name: Run test
uses: ./.github/workflows/test.yaml
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-build
cancel-in-progress: true

build-and-push:
needs: [ vars, test ]
Expand Down

0 comments on commit ca31bf1

Please sign in to comment.