Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
dfinity-ryancroote committed Jul 26, 2023
1 parent b0ddbc3 commit 5d4cf4f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,18 @@ jobs:
env:
SHELLCHECK_OPTS: -e SC1090 -e SC2119 -e SC1091

conventional-pr-title:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Final stage that will fail if the any of the entries in `needs` fails.
checks-pass:
needs: ["cargo-clippy", "e2e-tests", "cargo-tests", "shell-checks"]
needs: ["cargo-clippy", "e2e-tests", "cargo-tests", "shell-checks", "conventional-pr-title"]
runs-on: ubuntu-20.04
steps:
- name: Checks workflow passes
Expand Down

0 comments on commit 5d4cf4f

Please sign in to comment.