Skip to content

Commit

Permalink
Remove test from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JancoEngelbrecht committed Sep 14, 2024
1 parent a33e435 commit 12b700d
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/main_newsheadlines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: |
npm install
npm run build --if-present
npm run test --if-present
- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
Expand All @@ -39,21 +38,21 @@ jobs:
environment:
name: 'Production'
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
permissions:
id-token: write #This is required for requesting the JWT
permissions:
id-token: write #This is required for requesting the JWT

steps:
- name: Download artifact from build job
uses: actions/download-artifact@v4
with:
name: node-app

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_BF6A97A85C944483A24DCB3AC8EF4942 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_761ABDE4F60441C28854420D86B94004 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_90EEA4D3E6D14B1A90832C7552D881B2 }}

- name: Login to Azure
uses: azure/login@v2
with:
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_BF6A97A85C944483A24DCB3AC8EF4942 }}
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_761ABDE4F60441C28854420D86B94004 }}
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_90EEA4D3E6D14B1A90832C7552D881B2 }}

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v3
Expand Down

0 comments on commit 12b700d

Please sign in to comment.