Bump docker-run_build from a55a4ef
to c66d52d
#173
5
.github/workflows/PullRequest.yml
vendored
5
.github/workflows/PullRequest.yml
vendored
@ -46,12 +46,12 @@ jobs:
|
||||
run: node .github/ChangeVersion.js
|
||||
|
||||
- name: Install node depedencies
|
||||
run: npm install -d --no-save
|
||||
run: npm install --no-save
|
||||
|
||||
- name: Run test
|
||||
run: npm test
|
||||
|
||||
Docker-Multiarch:
|
||||
Docker-Build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
@ -60,7 +60,6 @@ jobs:
|
||||
- arm64
|
||||
- arm/v7
|
||||
|
||||
name: "Build And Test Docker Image, Arch: ${{ matrix.arch }}"
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v1
|
||||
|
12894
package-lock.json
generated
12894
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user