Skip to content

Commit

Permalink
Update docker-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gorgitko authored Oct 5, 2023
1 parent 5d16b8c commit df33700
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,22 @@ jobs:
-e GROUPID=$(id -g) \
${{ env.IMAGE }}:${{ env.TEST_TAG }}
- name: Test image
id: testImage
run: |
docker exec -w /home/rstudio/scdrake_source scdrake_test \
r --interactive -L /usr/local/lib/R/site-library -t dev/run_tests.R \
--filter "invalid" \
--no-test-pipeline \
--output-dir /home/rstudio/scdrake_test_summary
- name: Copy test results
if: always()
run: |
sudo docker cp scdrake_test:/home/rstudio/scdrake_test_summary /
- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
with:
name: scdrake_test_summary
path: /home/rstudio/scdrake_test_summary/
path: /scdrake_test_summary/
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit df33700

Please sign in to comment.