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 10c0239 commit 90fe101
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,24 @@ 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
run: make

- name: Run tests
run: |
Expand Down

0 comments on commit 90fe101

Please sign in to comment.