Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Apr 23, 2024
1 parent 52fcbf2 commit c81781b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
runsOn: [ubuntu-22.04] #, ARM64

uses: ./.github/workflows/test.yml
#if: matrix.runsOn == 'ubuntu-22.04' || matrix.target == 'full-stack'
if: false
if: matrix.runsOn == 'ubuntu-22.04' || matrix.target == 'full-stack'
with:
runsOn: ${{ matrix.runsOn }}
images: ${{ needs.build.outputs.images }}
Expand Down

0 comments on commit c81781b

Please sign in to comment.