From 2194320a45b119b287531f9df8275332f039c5be Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 6 Jan 2023 22:54:06 +0000 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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