Skip to content

Commit d3d1a03

Browse files
committed
ci: reenable builds
1 parent 5ac6305 commit d3d1a03

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/pr.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -65,34 +65,34 @@ jobs:
6565
- name: Check types
6666
run: bun typecheck
6767

68-
# build-test:
69-
# name: Build & test 🛠️
70-
# runs-on: ubuntu-latest
71-
# if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name , 'release') }}
72-
# steps:
73-
# - name: Checkout
74-
# uses: actions/checkout@v4
75-
# with:
76-
# filter: blob:none
77-
78-
# - name: Create env file
79-
# run: |
80-
# echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env
81-
# echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
82-
83-
# - uses: oven-sh/setup-bun@v2
84-
# with:
85-
# bun-version: latest
86-
87-
# - name: Install node modules
88-
# run: bun i --frozen-lockfile
89-
90-
# - name: Build WASM
91-
# run: bun run package
92-
93-
# - name: Upload WASM module to GitHub
94-
# uses: actions/upload-artifact@v4
95-
# with:
96-
# name: wasm
97-
# path: |
98-
# ./wasm.zip
68+
build-test:
69+
name: Build & test 🛠️
70+
runs-on: ubuntu-latest
71+
if: ${{ !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name , 'release') }}
72+
steps:
73+
- name: Checkout
74+
uses: actions/checkout@v4
75+
with:
76+
filter: blob:none
77+
78+
- name: Create env file
79+
run: |
80+
echo NAVIGATION_DATA_SIGNED_URL=${{ secrets.NAVIGATION_DATA_SIGNED_URL }} >> .env
81+
echo SENTRY_URL=${{ secrets.SENTRY_URL }} >> .env
82+
83+
- uses: oven-sh/setup-bun@v2
84+
with:
85+
bun-version: latest
86+
87+
- name: Install node modules
88+
run: bun i --frozen-lockfile
89+
90+
- name: Build WASM
91+
run: bun run package
92+
93+
- name: Upload WASM module to GitHub
94+
uses: actions/upload-artifact@v4
95+
with:
96+
name: wasm
97+
path: |
98+
./wasm.zip

0 commit comments

Comments
 (0)