File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change @@ -65,34 +65,34 @@ jobs:
65
65
- name : Check types
66
66
run : bun typecheck
67
67
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
You can’t perform that action at this time.
0 commit comments