Skip to content

Commit

Permalink
Add verifications-complete job (#6716)
Browse files Browse the repository at this point in the history
## Description

Add a single job that depends on all the CI checks so we can make a
single job required.


## Checklist

- [ ] I have linked to any relevant issues.
- [ ] I have commented my code, particularly in hard-to-understand
areas.
- [ ] I have updated the documentation where relevant (API docs, the
reference, and the Sway book).
- [ ] If my change requires substantial documentation changes, I have
[requested support from the DevRel
team](https://github.com/FuelLabs/devrel-requests/issues/new/choose)
- [ ] I have added tests that prove my fix is effective or that my
feature works.
- [ ] I have added (or requested a maintainer to add) the necessary
`Breaking*` or `New Feature` labels where relevant.
- [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs
Code Review
Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md).
- [ ] I have requested a review from the relevant team or maintainers.
  • Loading branch information
IGI-111 authored Nov 13, 2024
1 parent ae9f172 commit d0deb79
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,42 @@ env:
NIGHTLY_RUST_VERSION: nightly-2024-10-21

jobs:
verifications-complete:
needs:
- build-sway-lib-core
- build-sway-lib-std
- build-sway-examples
- build-reference-examples
- forc-fmt-check-sway-lib-core
- forc-fmt-check-sway-lib-std
- forc-fmt-check-sway-examples
- forc-fmt-check-panic
- check-sdk-harness-test-suite-compatibility
- build-mdbook
- build-forc-doc-sway-lib-std
- build-forc-test-project
- cargo-build-workspace
- cargo-clippy
- cargo-toml-fmt-check
- cargo-fmt-check
- cargo-run-e2e-test-evm
- cargo-test-lib-std
- forc-run-benchmarks
- forc-unit-tests
- forc-pkg-fuels-deps-check
- cargo-test-sway-lsp
- cargo-test-forc
- cargo-test-workspace
- cargo-unused-deps-check
- pre-publish-check
- cargo-run-e2e-test
- cargo-run-e2e-test-release
- cargo-test-forc-debug
- cargo-test-forc-client
- notify-slack-on-failure
runs-on: ubuntu-latest
steps:
- run: echo "pass"
get-fuel-core-version:
runs-on: buildjet-4vcpu-ubuntu-2204
outputs:
Expand Down

0 comments on commit d0deb79

Please sign in to comment.