Skip to content

Commit

Permalink
tests and test-direct-minimal-versions need to depend on nightly-snap…
Browse files Browse the repository at this point in the history
…shot
  • Loading branch information
scouten-adobe committed Sep 11, 2023
1 parent 067edc9 commit 9177aa2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
tests:
name: Unit tests
runs-on: ${{ matrix.os }}
needs: nightly-snapshot

strategy:
fail-fast: false
Expand All @@ -82,7 +83,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

with:
ref: nightly

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable

Expand All @@ -95,6 +98,7 @@ jobs:
test-direct-minimal-versions:
name: Unit tests with minimum versions of direct dependencies
runs-on: ${{ matrix.os }}
needs: nightly-snapshot

strategy:
fail-fast: false
Expand All @@ -104,7 +108,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3

with:
ref: nightly

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@nightly

Expand Down

0 comments on commit 9177aa2

Please sign in to comment.