diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 8b393f7..b6f6816 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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