Skip to content

Commit

Permalink
Switch to new xvfb action for Electron
Browse files Browse the repository at this point in the history
Change-Id: Ia88e3d06c73a13ab30d95efae899c54a6dbc9db8
  • Loading branch information
planger committed Mar 14, 2024
1 parent a49b209 commit 46e513b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/performance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ jobs:
run: yarn performance:startup:browser

- name: Performance (Electron)
shell: bash
run: yarn performance:startup:electron
uses: coactions/setup-xvfb@v1
with:
run: yarn performance:startup:electron

- name: Analyze performance results
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 46e513b

Please sign in to comment.