Skip to content

Commit

Permalink
fix: header-order-collector uses xvfb for CI [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
barjin committed Apr 5, 2023
1 parent 11f606b commit bcc1e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/model-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
npx playwright install
npx playwright install chrome
npx playwright install msedge
node ./packages/header-order-collector/collector.js > ./packages/header-generator/src/data_files/headers_order.json
xvfb-run --auto-servernum -- node ./packages/header-order-collector/collector.js > ./packages/header-generator/src/data_files/headers_order.json
- name: Generate model and update versions
run: |
Expand Down

0 comments on commit bcc1e8f

Please sign in to comment.