From e850ba48d0c8f374bc04581fa27ab4b7ac92e94d Mon Sep 17 00:00:00 2001 From: mibe Date: Fri, 26 Jul 2024 16:36:24 +0100 Subject: [PATCH] #307 Made each notebook test a separate job --- .github/actions/prepare_test_env/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/prepare_test_env/action.yml b/.github/actions/prepare_test_env/action.yml index e11bcfe5..3f57aee9 100644 --- a/.github/actions/prepare_test_env/action.yml +++ b/.github/actions/prepare_test_env/action.yml @@ -18,9 +18,11 @@ runs: sudo rm -rf /usr/local/share/chromium sudo rm -rf /usr/local/lib/node_modules sudo rm -rf /opt/ghc + shell: bash - name: Show available disk space run: df -h + shell: bash - name: Setup Python & Poetry Environment uses: exasol/python-toolbox/.github/actions/python-environment@0.13.0