Skip to content

Commit

Permalink
removed matrix in favor of multiple device testing with 'devices' option
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjakab committed Jul 6, 2024
1 parent cfa9c14 commit d89e3be
Showing 1 changed file with 4 additions and 29 deletions.
33 changes: 4 additions & 29 deletions .github/workflows/test_release_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,45 +8,20 @@ on: push

jobs:
test:
name: Test
name: Test all devices
runs-on: ubuntu-latest
strategy:
max-parallel: 3
matrix:
device:
[
approachs60,
approachs62,
d2bravo,
d2bravo_titanium,
d2charlie,
descentmk1,
fenix3,
fenix3_hr,
fr230,
fr235,
fr630,
fr645m,
fr735xt,
fr920xt,
vivoactive,
vivoactive3d,
vivoactive4,
vivoactive_hr,
]
# device: [fr235]
steps:
- uses: actions/checkout@v4
- name: Test on device ${{ matrix.device }}
- name: Test on all supported devices
id: run_tests
uses: adamjakab/action-connectiq-builder@v1
with:
operation: TEST
device: ${{ matrix.device }}
devices: approachs60,approachs62,d2bravo,d2bravo_titanium,d2charlie,descentmk1,fenix3,fenix3_hr,fr230,fr235,fr630,fr645m,fr735xt,fr920xt,vivoactive,vivoactive3d,vivoactive4,vivoactive_hr
certificate: ${{ secrets.CONNECTIQ_DEVELOPER_KEY_BASE64}}
release:
needs: test
name: Release
name: Package & Release
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps:
Expand Down

0 comments on commit d89e3be

Please sign in to comment.