Skip to content

Commit

Permalink
ci: update pinned build to master output artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
ochafik committed Dec 22, 2024
1 parent 4291cdd commit a613ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
node-version: ${{ matrix.node }}
- run: npm install
- run: make public
- run: npm run test:e2e
- run: npm run build
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dist-node${{ matrix.node }}
path: dist
retention-days: 30
- run: npm run test:e2e
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Pinning WASM build to https://github.com/openscad/openscad/pull/5515
WASM_BUILD_URL=https://output.circle-artifacts.com/output/job/9c136acb-541d-4f67-969c-fff96963c8aa/artifacts/0/wasm/OpenSCAD-2024.12.22.wasm21798_PR5515-WebAssembly-web.zip
# Pin WASM build to a version known to work
WASM_BUILD_URL=https://output.circle-artifacts.com/output/job/fdf49786-06c1-4775-aaa3-15dc089efc12/artifacts/0/wasm/OpenSCAD-2024.12.22.wasm21804-WebAssembly-web.zip
# WASM_SNAPSHOT_JS_URL=https://files.openscad.org/snapshots/.snapshot_wasm.js
# WASM_BUILD_URL=$(shell curl ${WASM_SNAPSHOT_JS_URL} 2>/dev/null | grep https | sed -E "s/.*(https:[^']+)'.*/\1/" )

Expand Down

0 comments on commit a613ae2

Please sign in to comment.