Skip to content

Commit

Permalink
ci:
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Aug 13, 2023
1 parent d6c39b6 commit 5bbad6e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on:
branches: [trunk]

jobs:
unit_tests_atchops:
unit-tests:
runs-on: ${{ matrix.os }}
continue-on-error: true # if one matrix cell fails, the other ones keep going :)
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
package: [atchops, atclient]
exclude:
- os: windows-latest # this is failing for some reason
package: atchops
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# - name: CMake Configure, Make Install, and CTest
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
- name: CTest (Windows)
timeout-minutes: 1
continue-on-error: true
continue-on-error: true # even if this fails, the overall job should still succeed
if: ${{ matrix.os == 'windows-latest' }}
working-directory: packages/${{ matrix.package}}/build/tests
run: |
Expand Down

0 comments on commit 5bbad6e

Please sign in to comment.