Skip to content

Commit

Permalink
Disable t-route integration test on macOS, see #505
Browse files Browse the repository at this point in the history
  • Loading branch information
mattw-nws authored Aug 15, 2023
1 parent fa03e73 commit 6a53216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# The type of runner that the job will run on
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest] # [ubuntu-latest, macos-latest] #TODO: Fix #505
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 6a53216

Please sign in to comment.