Skip to content

Commit

Permalink
try older version 'checkout'
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyWooo committed Oct 6, 2023
1 parent 28c6f6b commit f4712cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-runtime-weights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# see https://github.com/actions/runner/issues/491
if: |
always() &&
(needs.build-docker.result == 'success' || needs.build-docker.result == 'skipped')
(needs.build-docker.result == 'success' || needs.build-docker.result == 'skipped')
steps:
- name: Set env
run: |
Expand All @@ -95,7 +95,7 @@ jobs:
echo "CHAIN=$chain" >> $GITHUB_ENV
- name: Checkout codes on ${{ github.ref }}
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -609,10 +609,10 @@ jobs:
cargo test --locked --release -p pallet-* --lib
# with `skip-ias-check` feature only
cargo test --locked --release -p pallet-* --lib --features=skip-ias-check
# with `runtime-benchmarks` feature only
cargo test --locked --release -p pallet-* --lib --features=runtime-benchmarks
# with both `skip-ias-check` and `runtime-benchmarks` features
cargo test --locked --release -p pallet-* --lib --features=skip-ias-check,runtime-benchmarks
# # with `runtime-benchmarks` feature only
# cargo test --locked --release -p pallet-* --lib --features=runtime-benchmarks
# # with both `skip-ias-check` and `runtime-benchmarks` features
# cargo test --locked --release -p pallet-* --lib --features=skip-ias-check,runtime-benchmarks
- name: Fail early
if: failure()
Expand Down

0 comments on commit f4712cb

Please sign in to comment.