Skip to content

Commit a65c232

Browse files
Refactor dependency update and data retrieval steps in workflow
1 parent a173b08 commit a65c232

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/generate-site.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,14 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Update dependencies
21-
run: |
22-
npm update web-features
23-
npx npm-check-updates -u
24-
npm install
25-
npx playwright install
21+
run: npm run bump
2622

2723
- name: Compute feature data
2824
run: npm run generate
2925

3026
- name: Retrieve latest WPT and Test262 runs and fetch test results
3127
run: |
32-
npm run get-wpt-shas
33-
npm run get-test262-dates
28+
npm run update-dates
3429
npm run fetch-results
3530
3631
- name: Commit changes

0 commit comments

Comments
 (0)