Skip to content

Commit

Permalink
reorder workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Oct 21, 2024
1 parent 9346a1c commit 39aef4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/bazel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on:
- ubuntu-latest
steps:
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: true
repository-cache: true
- uses: actions/checkout@v4
- name: Expose env variables
run: |
cat << END > app/gui/.env.production
Expand All @@ -28,12 +34,6 @@ jobs:
VITE_ENSO_MAPBOX_API_TOKEN="${{ vars.ENSO_MAPBOX_API_TOKEN }}"
VITE_CLOUD_BUILD="false"
END
- uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: true
repository-cache: true
- uses: actions/checkout@v4
- run: bazel build //app/gui:dist
- name: Get build output location
run: |
Expand Down

0 comments on commit 39aef4c

Please sign in to comment.