try frontend
This commit is contained in:
parent
4e82452fc6
commit
699a0fb94e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
||||||
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 -Recurse -File | Move-Item -Destination .
|
Get-ChildItem -Path frontend -Recurse -File | Move-Item -Destination .
|
||||||
Remove-Item -Path frontend -Recurse -Force
|
Remove-Item -Path frontend -Recurse -Force
|
||||||
|
|
||||||
- name: Setup Bazel
|
- name: Setup Bazel
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue