]> git.puffer.fish Git - matthieu/nova.git/commitdiff
reorder steps
authorMatthieu <matthieu@developershouse.xyz>
Fri, 5 Nov 2021 17:47:01 +0000 (17:47 +0000)
committerMatthieu <matthieu@developershouse.xyz>
Fri, 5 Nov 2021 17:47:01 +0000 (17:47 +0000)
.github/workflows/bazel-build.yml

index 20cb07eeaf377fb3bf8df5a18a9a6926276f7752..55959d5d0fee03f064f5e3a27525cfb3a3b78a9b 100644 (file)
@@ -53,11 +53,7 @@ jobs:
         with:\r
           path: "~/.cache/bazel"\r
           key: bazel-${{ matrix.os }}\r
-      - name: Execute Bazel tests\r
-        shell: bash\r
-        if: matrix.os == 'ubuntu-latest'\r
-        run: |\r
-          bazel test //...:all\r
+\r
       # Runs a set of commands using the runners shell\r
       - name: Execute build script\r
         shell: bash\r
@@ -77,3 +73,9 @@ jobs:
         run: |\r
            bazel run --define docker_tag=${{ steps.extract_branch.outputs.branch }} //:container_publish\r
         if: matrix.os == 'ubuntu-latest'\r
+\r
+      - name: Execute Bazel tests\r
+        shell: bash\r
+        if: matrix.os == 'ubuntu-latest'\r
+        run: |\r
+          bazel test //...:all\r