Skip to content

Commit

Permalink
fix: model updater CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Apr 5, 2023
1 parent 7b0e171 commit 11f606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/model-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Install Playwright browsers and collect HTTP header orders
run: |
npx playwright install
RUN npx playwright install chrome
RUN npx playwright install msedge
npx playwright install chrome
npx playwright install msedge
node ./packages/header-order-collector/collector.js > ./packages/header-generator/src/data_files/headers_order.json
- name: Generate model and update versions
Expand Down

0 comments on commit 11f606b

Please sign in to comment.