Skip to content

Commit

Permalink
Update subflow-native.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pkriens authored Oct 1, 2024
1 parent 2d15ed9 commit 349def8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Start Colima
run: |
colima delete default -f
colima start --vm-type=vz
- name: Build and Compile
Expand All @@ -31,7 +32,7 @@ jobs:
- name: Stop Colima
if: always() # Ensures this step runs even if the previous steps fail
run: |
colima stop
colima stop -f
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 349def8

Please sign in to comment.