Skip to content

Commit

Permalink
just run tests in CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbreen committed Sep 17, 2023
1 parent cf9fe95 commit 6c7a0ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ jobs:
- uses: actions/checkout@v3
- name: Work around https://github.com/actions/upload-artifact/issues/92
run: echo "bazel_out=$(sudo runuser -u runner -g runner -G docker -- bazel info output_path)" >> $GITHUB_ENV
- name: Bazel Build
run: sudo runuser -u runner -g runner -G docker -- bazel build hellos tars rpms debs
- name: Bazel Host Tests
run: sudo runuser -u runner -g runner -G docker -- bazel test --strategy=TestRunner=sandboxed host-{hellos,tars}-test # We won't test the RPM and DEB tests on the host as they actually install the package.
- uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -81,8 +79,6 @@ jobs:
- uses: actions/checkout@v3
- name: Work around https://github.com/actions/upload-artifact/issues/92
run: echo "bazel_out=$(bazel info output_path)" >> $GITHUB_ENV
- name: Bazel Build
run: bazel build hellos tars rpms debs
- name: Bazel Test
run: bazel test platform-{hello,tar,rpm,deb}-test-suite
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6c7a0ff

Please sign in to comment.