Update docker-image.yml

This commit is contained in:
Lee 2023-01-06 22:54:06 +00:00 committed by GitHub
parent 8ccc1babf3
commit 2194320a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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