Skip to content

Commit

Permalink
🚕 ci: udate the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyomansunima committed Nov 16, 2024
1 parent 7f24b21 commit 9a2a32d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
lighthouse:
name: Lighthouse Testing the web on Node ${{matrix.node}}
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -31,7 +32,5 @@ jobs:
with:
urls: |
https://nyomansunima.one
budgetPath: ./lighthouse/budget.json
uploadArtifacts: true
temporaryPublicStorage: true
runs: 3
1 change: 1 addition & 0 deletions .github/workflows/web-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
update:
name: Update Web App
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout the code
uses: actions/checkout@v4
Expand Down
25 changes: 0 additions & 25 deletions lighthouse/budget.json

This file was deleted.

0 comments on commit 9a2a32d

Please sign in to comment.