diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index acb5592..423e6e3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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: