Skip to content

Commit

Permalink
updating workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
GavCookCO committed Apr 23, 2024
1 parent b48eb31 commit 3107f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ env.node-version }}
- run: npm install
- run: npm build
- run: npm install
2 changes: 0 additions & 2 deletions .github/workflows/pushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
node-version: ${{ env.node-version }}
- run: npm install
- run: npm build

imageBuild:
needs: build
Expand Down Expand Up @@ -69,7 +68,6 @@ jobs:
echo BUILD_VERSION is ${{ env.BUILD_VERSION }}
- run: npm install
- run: npm build

- name: Build, tag and push Docker image to AWS ECR
env:
Expand Down

0 comments on commit 3107f98

Please sign in to comment.