Skip to content

Commit f75c4f9

Browse files
authored
Update main_programmer-profile.yml
1 parent 7011fd2 commit f75c4f9

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/main_programmer-profile.yml

+1-21
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,10 @@ jobs:
2121
with:
2222
node-version: '14.x'
2323

24-
- name: npm install, build, and test
24+
- name: npm install and build
2525
run: |
2626
npm install
2727
npm run build --if-present
28-
npm run test --if-present
29-
30-
- name: Upload artifact for deployment job
31-
uses: actions/upload-artifact@v2
32-
with:
33-
name: node-app
34-
path: .
35-
36-
deploy:
37-
runs-on: ubuntu-latest
38-
needs: build
39-
environment:
40-
name: 'Production'
41-
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
42-
43-
steps:
44-
- name: Download artifact from build job
45-
uses: actions/download-artifact@v2
46-
with:
47-
name: node-app
4828
4929
- name: 'Deploy to Azure Web App'
5030
id: deploy-to-webapp

0 commit comments

Comments
 (0)