Skip to content

Commit

Permalink
Merge branch 'master' of github.com:USCCANA/netdiffuseR
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 2, 2022
2 parents e86b3af b18db6e commit 666ad47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 20,22 @@ jobs:
matrix:
include:
- name: release
cmd: R
cmd: R
- name: dev
cmd: RD
cmd: RD

steps:
- uses: actions/checkout@v2

- name: Container
run: docker pull ${{ cntr }}
run: docker pull uscbiostats/fmcmc:latest

- name: SessionInfo
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt ${{ cntr }} ${{ matrix.cmd }} -q -e 'sessionInfo()'
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt uscbiostats/fmcmc:latest ${{ matrix.cmd }} -q -e 'sessionInfo()'

- name: Build
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt ${{ cntr }} ${{ matrix.cmd }} CMD build --no-build-vignettes --no-manual .
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt uscbiostats/fmcmc:latest ${{ matrix.cmd }} CMD build --no-build-vignettes --no-manual .

- name: Check
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CI=true ${{ cntr }} ${{ matrix.cmd }} CMD check --no-vignettes --no-manual fmcmc_*.tar.gz
run: docker run --rm -i -v ${PWD}:/mnt -w /mnt -e CI=true uscbiostats/fmcmc:latest ${{ matrix.cmd }} CMD check --no-vignettes --no-manual fmcmc_*.tar.gz

0 comments on commit 666ad47

Please sign in to comment.