We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faae07 commit 0fcb6ecCopy full SHA for 0fcb6ec
.github/workflows/master_time-tracker-ui.yml
@@ -24,12 +24,12 @@ jobs:
24
run: |
25
npm install
26
npm run build --if-present
27
- npm run test --if-present
+# npm run test --if-present
28
29
- name: 'Deploy to Azure Web App'
30
uses: azure/webapps-deploy@v1
31
with:
32
app-name: 'time-tracker-ui'
33
slot-name: 'production'
34
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
35
- package: .
+ package: dist/time-tracker
0 commit comments