Sfoglia il codice sorgente

workflow: minor changes

Michele Caini 1 anno fa
parent
commit
b8af4c6d71
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      .github/workflows/bazel.yml

+ 3 - 0
.github/workflows/bazel.yml

@@ -3,6 +3,7 @@ name: bazel
 on: [push, pull_request]
 
 jobs:
+
   test:
     strategy:
       matrix:
@@ -10,8 +11,10 @@ jobs:
           - ubuntu-latest
           - windows-latest
           - macos-latest
+
     runs-on: ${{ matrix.os }}
     continue-on-error: true
+
     steps:
     - uses: actions/checkout@v4
     - run: bazelisk test --config=ci ...