Skip to content

Commit

Permalink
Update main_nicofilips.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoFilips committed Feb 13, 2024
1 parent e7f400b commit 497bb50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main_nicofilips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:

- name: npm install, build, and test
run: |
cd my-react-ts-app
npm install
npm run build --if-present
npm run test --if-present
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
app-name: 'NicoFilips'
slot-name: 'Production'
package: .
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_BFE5248AF90F44FDB5E2A35B409A0B0D }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_BFE5248AF90F44FDB5E2A35B409A0B0D }}

0 comments on commit 497bb50

Please sign in to comment.