okay-okay, frontend
This commit is contained in:
parent
09a6cf3bb7
commit
fd6cff5f63
1 changed files with 5 additions and 9 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: bazelbuild/examples
|
repository: bazelbuild/examples
|
||||||
sparse-checkout: java-maven
|
sparse-checkout: frontend
|
||||||
sparse-checkout-cone-mode: false
|
sparse-checkout-cone-mode: false
|
||||||
|
|
||||||
- name: Checkout setup-bazel
|
- name: Checkout setup-bazel
|
||||||
|
|
@ -37,19 +37,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rm $(which bazel)
|
rm $(which bazel)
|
||||||
shopt -s dotglob
|
shopt -s dotglob
|
||||||
mv java-maven/* .
|
mv frontend/* .
|
||||||
rmdir java-maven
|
rmdir frontend
|
||||||
|
|
||||||
- name: Prepare environment (macOS)
|
|
||||||
if: matrix.os == 'macos'
|
|
||||||
run: ln -s $HOME/.docker/run/docker.sock /var/run/docker.sock
|
|
||||||
|
|
||||||
- name: Prepare environment (Windows)
|
- name: Prepare environment (Windows)
|
||||||
if: matrix.os == 'windows'
|
if: matrix.os == 'windows'
|
||||||
run: |
|
run: |
|
||||||
Remove-Item -Path (Get-Command bazel.exe).Source
|
Remove-Item -Path (Get-Command bazel.exe).Source
|
||||||
Get-ChildItem -Path java-maven -Recurse -File | Move-Item -Destination .
|
Get-ChildItem -Path frontend -Recurse -File | Move-Item -Destination .
|
||||||
Remove-Item -Path java-maven -Recurse -Force
|
Remove-Item -Path frontend -Recurse -Force
|
||||||
|
|
||||||
- name: Setup Bazel
|
- name: Setup Bazel
|
||||||
uses: ./setup-bazel/
|
uses: ./setup-bazel/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue