Skip to content

Commit

Permalink
ci(macos): temporarily disable test step due to random failures (#2179)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Aug 14, 2024
1 parent 678c2f7 commit 6bd81fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ jobs:
node --test test/config.test.mjs
working-directory: example
- name: Test
if: ${{ steps.affected.outputs.macos != '' && github.event_name != 'schedule' }}
# Temporarily disabled due to random failures
if: false # ${{ steps.affected.outputs.macos != '' && github.event_name != 'schedule' }}
run: |
../scripts/xcodebuild.sh macos/Example.xcworkspace test-without-building
working-directory: example
Expand Down

0 comments on commit 6bd81fb

Please sign in to comment.