We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec429e commit bc5c09fCopy full SHA for bc5c09f
.github/workflows/build-bazel.yml
@@ -25,11 +25,11 @@ jobs:
25
run: bazel test --test_output=all //...
26
27
- name: test example win
28
- if: runner.os == Windows
+ if: runner.os == 'Windows'
29
run: ./bazel-bin/call-highs-example.exe
30
31
- name: test example linux and macos
32
- if: runner.os != Windows
+ if: runner.os != 'Windows'
33
run: ./bazel-bin/call-highs-example
34
35
- name: Upload bazel-testlogs
0 commit comments