From e984570ed8d1dfe567f4fd2567f33a9c8b21b17a Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:44:09 +0200 Subject: [PATCH] ci(macos): temporarily disable test step due to random failures --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61d34cc72..7bd139243 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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