]> git.puffer.fish Git - matthieu/nova.git/commitdiff
disable tests on maxos & windows
authorMatthieu <matthieu@developershouse.xyz>
Tue, 12 Oct 2021 19:56:16 +0000 (23:56 +0400)
committerMatthieu <matthieu@developershouse.xyz>
Tue, 12 Oct 2021 19:56:16 +0000 (23:56 +0400)
.github/workflows/bazel-build.yml

index 2baaea1dba843163a370c5a1642309fddb23f514..e58cae79d9c69cec31eeb8b1e0e0d7e5f4551542 100644 (file)
@@ -55,6 +55,7 @@ jobs:
           key: bazel-${{ matrix.os }}\r
       - name: Execute Bazel tests\r
         shell: bash\r
+        if: matrix.os == 'ubuntu-latest'\r
         run: |\r
           bazel test //:tests\r
       # Runs a set of commands using the runners shell\r