Skip to content

Commit

Permalink
Enable mac arm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbra committed May 19, 2024
1 parent 3a5d335 commit 7910499
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
path: ./publish/${{ matrix.arch }}/self-contained/*

build-standalone-mac-arm64:
if: false
#if: false
if: ${{ !cancelled() }}
name: Build cli
needs: set-version-number

Expand Down Expand Up @@ -147,7 +148,8 @@ jobs:
path: ./integration-tests/${{ matrix.arch }}/*

build-tests-mac-arm64:
if: false
#if: false
if: ${{ !cancelled() }}
name: Build tests
needs: set-version-number

Expand Down

0 comments on commit 7910499

Please sign in to comment.