Skip to content

Commit

Permalink
change: workflow for dev configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
alguadam committed Sep 12, 2023
1 parent eda3b08 commit bd72949
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
- name: npm install, build, and test
run: |
npm install
npm run build --if-present
npm run test --if-present
npm run build -- --mode development
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
with:
name: node-app
name: node-app-dev
path: dist/

deploy:
Expand All @@ -46,7 +44,7 @@ jobs:
- name: Download artifact from build job
uses: actions/download-artifact@v2
with:
name: node-app
name: node-app-dev

- uses: azure/login@v1
with:
Expand Down

0 comments on commit bd72949

Please sign in to comment.