Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9bf7c49

Browse filesBrowse files
authored
fix: don't test on release (bazel-contrib#920)
Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com> Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
1 parent 9fc69da commit 9bf7c49
Copy full SHA for 9bf7c49

File tree

2 files changed

+0
-13
lines changed
Filter options

2 files changed

+0
-13
lines changed

‎.github/workflows/ci.bazelrc

Copy file name to clipboardExpand all lines: .github/workflows/ci.bazelrc
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

‎.github/workflows/release.yml

Copy file name to clipboardExpand all lines: .github/workflows/release.yml
-5Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2
15-
- name: bazel test //...
16-
env:
17-
# Bazelisk will download bazel to here
18-
XDG_CACHE_HOME: ~/.cache/bazel-repo
19-
run: bazel --bazelrc=.github/workflows/ci.bazelrc --bazelrc=.bazelrc test //...
2015
- name: Prepare workspace snippet
2116
run: .github/workflows/workspace_snippet.sh ${{ env.GITHUB_REF_NAME }} > release_notes.txt
2217
- name: Release

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.