Skip to content

Commit

Permalink
github/workflows/main: change the order of things a bit
Browse files Browse the repository at this point in the history
Run the examples earlier: if linting is fine, we try to build it and
run the examples.
  • Loading branch information
fsouza committed Jan 13, 2022
1 parent 6759519 commit 424e949
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
name: test-examples (${{ matrix.lang }})
runs-on: ubuntu-latest
needs:
- test
- lint
- staticcheck
steps:
Expand Down Expand Up @@ -143,6 +142,8 @@ jobs:
unblock-pr:
name: unblock-pr
runs-on: ubuntu-latest
needs: test-examples
needs:
- test-examples
- test
steps:
- run: "true"

0 comments on commit 424e949

Please sign in to comment.