Skip to content

Commit

Permalink
πŸ‹πŸͺž Mount tests data in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoOlv committed Nov 14, 2023
1 parent 7ab7edc commit 819bdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Check notebook format
run: docker run --volume ${PWD}/Makefile:/workdir/Makefile islasgeci/nerd_demo:${GITHUB_SHA:0:4} make check_notebook
- name: Verify the notebooks run
run: docker run --volume ${PWD}/tests/test_notebooks.sh:/workdir/tests/test_notebooks.sh --volume ${PWD}/examples:/workdir islasgeci/nerd_demo:${GITHUB_SHA:0:4} tests/test_notebooks.sh
run: docker run --volume ${PWD}/tests/test_notebooks.sh:/workdir/tests/test_notebooks.sh --volume ${PWD}/examples:/workdir --volume ${PWD}/tests/data:/workdir/data islasgeci/nerd_demo:${GITHUB_SHA:0:4} tests/test_notebooks.sh
- name: Auto-commit python files
uses: stefanzweifel/git-auto-commit-action@master
with:
Expand Down

0 comments on commit 819bdb0

Please sign in to comment.