-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- merge_group isn't relevant - no python tests here - not sure why we need all-tests commit-id:6e45706e
- Loading branch information
Gilad Chase
committed
Mar 19, 2024
1 parent
979e617
commit 12d3f22
Showing
1 changed file
with
0 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,6 @@ on: | |
- auto_merge_enabled | ||
- edited | ||
|
||
merge_group: | ||
types: [checks_requested] | ||
|
||
jobs: | ||
commitlint: | ||
runs-on: ubuntu-latest | ||
|
@@ -59,18 +56,6 @@ jobs: | |
- uses: Swatinem/rust-cache@v2 | ||
- run: scripts/clippy.sh | ||
|
||
run-python-tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: '3.9' | ||
- run: | | ||
python -m pip install --upgrade pip | ||
pip install pytest | ||
- run: pytest scripts/merge_paths_test.py | ||
|
||
run-tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -96,19 +81,3 @@ jobs: | |
cargo-udeps-*/cargo-udeps udeps | ||
env: | ||
RUSTUP_TOOLCHAIN: nightly-2024-01-12 | ||
|
||
|
||
all-tests: | ||
runs-on: ubuntu-latest | ||
needs: | ||
- clippy | ||
- commitlint | ||
- format | ||
- run-python-tests | ||
- run-tests | ||
- udeps | ||
steps: | ||
- name: Decide whether all the needed jobs succeeded or failed | ||
uses: re-actors/[email protected] | ||
with: | ||
jobs: ${{ toJSON(needs) }} |