Skip to content

Commit

Permalink
Update run-docker-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles authored Sep 2, 2024
1 parent 5f3444e commit ddaa7d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
run: |
micromamba run -n otter-grader Rscript -e 'install.packages("ottr", dependencies=TRUE, repos="https://cran.r-project.org/")'
- name: Maximize build space
uses: easimon/maximize-build-space@master

- name: Run tests
if: ${{ steps.check-branch.outputs.run == 'true' }}
run: |
Expand Down

0 comments on commit ddaa7d1

Please sign in to comment.