Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon authored Sep 16, 2022
1 parent aa21aee commit b18db6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 28,14 @@ jobs:
- 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 b18db6e

Please sign in to comment.