diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e8ff4c00..61ff49e5 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -39,6 +39,10 @@ jobs: name: charmed-spark path: charmed-spark + - name: Setup upterm session + uses: lhotari/action-upterm@v1 + + - name: Run tests run: | # Unpack Artifact @@ -54,6 +58,3 @@ jobs: -o $(find .make_cache -name "*.tag") sg microk8s -c "make tests" - - - name: Setup upterm session - uses: lhotari/action-upterm@v1 \ No newline at end of file