Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Sep 10, 2023
1 parent 980cf08 commit b780dff
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,5 @@ jobs:
run: make -j1 install

- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Rscript $FILE;
done
run: Rscript modules/data.atmosphere/inst/integrationTests/test.download.AmerifluxLBL.R;

0 comments on commit b780dff

Please sign in to comment.