Skip to content

Commit

Permalink
fixup: make sure that code formatting runs first
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Ihme committed Mar 2, 2022
1 parent 2d61600 commit 8511efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
build-and-test:
name: Run tests on ${{ matrix.os }}
timeout-minutes: 15
needs: code-formatting
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
build-and-test-testcontainers:
name: Run tests on ubuntu-latest using testcontainers
timeout-minutes: 15
needs: code-formatting
runs-on: ubuntu-latest
env:
IMAGE_NAME: "qa-tests"
Expand Down

0 comments on commit 8511efe

Please sign in to comment.