Skip to content

Commit

Permalink
feature(ci): #RE-1662 re-enable build
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrique committed Apr 8, 2024
1 parent edb8426 commit ce94e56
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ env:
BRANCH_NAME: ${{ github.ref_name }}

jobs:
# build-web:
# runs-on: ubuntu-latest
# steps:
# - name: 🏗 Setup repo
# uses: actions/checkout@v4
# - uses: ./.github/actions/setup-base
# - uses: ./.github/actions/dependencies
# - name: ⚙️ Compile web worker
# run: yarn vite build --config vite.worker.config.js
# - name: ⚙️ Compile web assets
# uses: ./.github/actions/build-web
# - name: ↗️ Upload web assets
# uses: actions/upload-artifact@v4
# with:
# name: dist
# path: dist
build-web:
runs-on: ubuntu-latest
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- uses: ./.github/actions/setup-base
- uses: ./.github/actions/dependencies
- name: ⚙️ Compile web worker
run: yarn vite build --config vite.worker.config.js
- name: ⚙️ Compile web assets
uses: ./.github/actions/build-web
- name: ↗️ Upload web assets
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
upload-web-staging:
runs-on: ubuntu-latest
# needs: build-web
steps:
- name: Checkout
uses: actions/checkout@v4
# - uses: actions/download-artifact@v4
# name: ⬇️ Download web artifacts
- uses: actions/download-artifact@v4
name: ⬇️ Download web artifacts
- uses: ./.github/actions/setup-base
- uses: ./.github/actions/dependencies
- uses: google-github-actions/auth@v2
Expand Down

0 comments on commit ce94e56

Please sign in to comment.