Skip to content

Commit

Permalink
Updated GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Aug 19, 2024
1 parent f1764f2 commit 06eb539
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

rDNA-check:
runs-on: ${{ matrix.config.os }}
needs: [install-system-dependencies, install-r-dependencies]
needs: [DNA, install-system-dependencies, install-r-dependencies]
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
strategy:
fail-fast: false
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

rDNA-test:
runs-on: ubuntu-latest
needs: [install-system-dependencies, install-r-dependencies]
needs: [DNA, install-system-dependencies, install-r-dependencies]
steps:
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 06eb539

Please sign in to comment.