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
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