Update docker-image.yml
This commit is contained in:
parent
8ccc1babf3
commit
2194320a45
3
.github/workflows/docker-image.yml
vendored
3
.github/workflows/docker-image.yml
vendored
@ -34,11 +34,10 @@ jobs:
|
||||
run: |
|
||||
npm install
|
||||
npm ci
|
||||
# build and test the apps
|
||||
# build the apps
|
||||
- name: build
|
||||
run: |
|
||||
npm run build
|
||||
npm run test
|
||||
push_to_Docker_Hub:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user