Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Sep 10, 2023
1 parent 963cca3 commit deed8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

container:
image: pecan/depends:R4.1
image: pecan/base:latest

steps:
- name: work around https://github.com/actions/checkout/issues/766
Expand All @@ -38,4 +38,4 @@ jobs:
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Rscript $FILE;
done
done

0 comments on commit deed8cc

Please sign in to comment.