Skip to content

Commit

Permalink
skip on-device tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ardera committed Dec 17, 2024
1 parent 9bdd435 commit 42278b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ jobs:
name: 'Build test app'
runs-on: ${{ matrix.os }}
needs: [resolve-version, build]
if: false
strategy:
matrix:
os:
Expand Down Expand Up @@ -940,6 +941,7 @@ jobs:
name: 'Test app on a Raspberry Pi'
runs-on: ${{ matrix.runner }}
needs: [build-app]
if: false
strategy:
matrix:
os:
Expand Down Expand Up @@ -1033,7 +1035,7 @@ jobs:
push-old-repo:
name: 'Push binaries to old engine binaries repo'
runs-on: ubuntu-latest
needs: [resolve-version, package, test-app]
needs: [resolve-version, package]
if: startsWith(github.ref, 'refs/tags')

steps:
Expand Down Expand Up @@ -1084,7 +1086,7 @@ jobs:
release:
name: 'Publish release'
runs-on: ubuntu-latest
needs: [resolve-version, package, test-app]
needs: [resolve-version, package]
if: startsWith(github.ref, 'refs/tags/')

steps:
Expand Down

0 comments on commit 42278b6

Please sign in to comment.