mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: make things just work.. better!
This commit is contained in:
parent
bdfdb3da8b
commit
ef6fb0de21
1 changed files with 0 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,10 +22,6 @@ jobs:
|
||||||
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
|
mv bazelisk-linux-amd64 "${GITHUB_WORKSPACE}/bin/bazel"
|
||||||
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
|
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
|
||||||
|
|
||||||
- name: Sync
|
|
||||||
run: |
|
|
||||||
"${GITHUB_WORKSPACE}/bin/bazel" sync
|
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
"${GITHUB_WORKSPACE}/bin/bazel" test //src/...
|
"${GITHUB_WORKSPACE}/bin/bazel" test //src/...
|
||||||
|
|
Loading…
Add table
Reference in a new issue