Skip to content

Commit

Permalink
test: Turn off tests for Mac
Browse files Browse the repository at this point in the history
Apparently continueOnError can't deal with an expression, so just turn
off mac tests. This sucks.
  • Loading branch information
qdot committed Mar 16, 2019
1 parent f644398 commit cca4878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-test-freeze.yml
Expand Up @@ -28,7 +28,7 @@ steps:
# Mac has intermittent network errors that don't show up anywhere
# else. If linux fails, something is wrong. So test but ignore on
# mac for now.
continueOnError: eq('${{ parameters.platform }}', 'macos-x64')
condition: not(eq('${{ parameters.platform }}', 'macos-x64'))
env: { "CI": "true" }
- script: |
yarn workspace buttplug-server-cli freeze:${{ parameters.platform }}
Expand Down

0 comments on commit cca4878

Please sign in to comment.