Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 4b6eea4

Browse files
committed
fix workflow
1 parent 465cd4c commit 4b6eea4

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
type=semver,pattern={{version}}
4343
type=semver,pattern={{major}}.{{minor}}
4444
type=sha
45-
- name: Fix permissions
46-
run: sudo chmod 777 . cache
4745
- name: Prepare container
4846
uses: docker/build-push-action@v5
4947
with:
@@ -62,22 +60,12 @@ jobs:
6260
- uses: actions/setup-node@v4
6361
with:
6462
node-version-file: ".nvmrc"
65-
- name: Cache source archive
66-
uses: actions/cache@v4
67-
with:
68-
path: |
69-
cache
70-
prefix
71-
wasm-build
72-
key: archive-${{ github.sha }}
73-
restore-keys: |
74-
archive-
7563
- name: Build
7664
run: docker compose up ci
77-
- name: Test
78-
run: |
79-
corepack yarn install --immutable
80-
corepack yarn test
65+
- name: Install dependencies
66+
run: corepack yarn install --immutable
67+
- name: Run tests
68+
run: corepack yarn test
8169
- name: Create package tarball
8270
run: corepack yarn pack -o libxmlwasm.tgz
8371
- name: Upload package tarball

0 commit comments

Comments
 (0)