Skip to content

Commit

Permalink
Enable more for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
planger committed Jul 21, 2023
1 parent baa39bb commit f43cb15
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,21 @@ jobs:
working-directory: ./theia
run: yarn browser start &

- name: Test (playwright)
- name: Run Performance Measurement
uses: GabrielBB/xvfb-action@v1
with:
run: yarn performance

- name: Get History
uses: actions/checkout@v2
if: always() && github.ref == 'refs/heads/main'
# if: always() && github.ref == 'refs/heads/main'
continue-on-error: true
with:
ref: gh-pages
path: gh-pages

- name: Run Performance Measurement
shell: bash
run: yarn performance

- name: Prepare Report
# if: always() && github.ref == 'refs/heads/main'
shell: bash
run: yarn performance-report

Expand Down

0 comments on commit f43cb15

Please sign in to comment.