Skip to content

Commit

Permalink
wip(ci): test
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 7, 2024
1 parent e648d8e commit 3a0b64a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ jobs:
# run: docker run -v $PWD:/home --platform linux/arm64 --rm node:20 bin/bash -c 'cd /home && /home/script/ci/prebuild.sh'
- if: runner.os == 'Linux'
name: prebuild linux amd64 musl
run: docker run -v $PWD:/home --platform linux/amd64 --rm node:20-alpine bin/bash -c 'cd /home && /home/script/ci/prebuild-alpine.sh && npm run build && npm test'
run: docker run -v $PWD:/home --platform linux/amd64 --rm node:20-alpine bin/bash -c 'apk add bash && cd /home && /home/script/ci/prebuild-alpine.sh && npm run build && npm test'
- if: runner.os == 'Linux'
name: prebuild linux arm64 musl
run: docker run -v $PWD:/home --platform linux/arm64 --rm node:20-alpine bin/bash -c 'cd /home && /home/script/ci/prebuild-alpine.sh && npm run build && npm test'
run: docker run -v $PWD:/home --platform linux/arm64 --rm node:20-alpine bin/bash -c 'apk add bash && cd /home && /home/script/ci/prebuild-alpine.sh && npm run build && npm test'

- run: ./script/ci/prebuild.sh
- name: Upload prebuild for ${{ runner.os }}-${{ runner.arch }}
Expand Down

0 comments on commit 3a0b64a

Please sign in to comment.