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 2, 2024
1 parent 796fdc6 commit 7f5b594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/subflow-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Start Colima
run: |
colima start --vm-type=vz
colima start --memory 4 --vm-type=vz --vz-rosetta
- name: Build and Compile
run: |
Expand All @@ -36,7 +36,7 @@ jobs:
if: always() # Ensures this step runs even if the previous steps fail
run: |
colima stop -f
cat /Users/runner/.colima/_lima/colima/serial*.log
cat Users/runner/.colima/_lima/colima/ha.stderr.log
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7f5b594

Please sign in to comment.