Skip to content

Commit

Permalink
try frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jun 1, 2024
1 parent 5137014 commit 4e82452
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: bazelbuild/examples
sparse-checkout: java-maven
sparse-checkout: frontend
sparse-checkout-cone-mode: false

- name: Checkout setup-bazel
Expand All @@ -37,14 +37,15 @@ jobs:
run: |
rm $(which bazel)
shopt -s dotglob
mv java-maven/* .
rmdir java-maven
mv frontend/* .
rmdir frontend
- name: Prepare environment (Windows)
if: matrix.os == 'windows'
run: |
Remove-Item -Path (Get-Command bazel.exe).Source
Get-ChildItem -Path java-maven -Recurse -File | Move-Item -Destination .
Get-ChildItem -Path -Recurse -File | Move-Item -Destination .
Remove-Item -Path frontend -Recurse -Force
- name: Setup Bazel
uses: ./setup-bazel/
Expand Down

0 comments on commit 4e82452

Please sign in to comment.