From 82171695c509590e2a43c85dd3e362a38a9d96fa Mon Sep 17 00:00:00 2001 From: Bikalpa Dhakal Date: Mon, 29 Jan 2024 19:34:38 +0545 Subject: [PATCH] Revert "Move the order of jobs in CI" This reverts commit 3c2511585dfa84b67b564e45812688a93b71db4d. --- .github/workflows/integration.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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