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 b780dff commit 10c0239
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,19 @@ jobs:
image: pecan/depends:R4.1

steps:
- name: work around https://github.com/actions/checkout/issues/766
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- uses: actions/checkout@v3
with:
set-safe-directory: false



- name: update dependency lists
run: Rscript scripts/generate_dependencies.R

- name: install newly-added dependencies
run: Rscript docker/depends/pecan.depends.R

- name: Install Packages
run: make -j1 install
run: make

- name: Run tests
run: Rscript modules/data.atmosphere/inst/integrationTests/test.download.AmerifluxLBL.R;

run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Rscript $FILE;
done

0 comments on commit 10c0239

Please sign in to comment.