Skip to content

Commit

Permalink
Revert "Move the order of jobs in CI"
Browse files Browse the repository at this point in the history
This reverts commit 3c25115.
  • Loading branch information
theoctober19th committed Jan 29, 2024
1 parent 3c25115 commit 8217169
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8217169

Please sign in to comment.