Skip to content

Commit

Permalink
Update rpe_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaahir158 authored Nov 6, 2024
1 parent b9d5091 commit d08a556
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/rpe_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,10 @@ jobs:
- name: Unit Jtest Linux latest & windows & MacOS
if: ${{ matrix.os != 'ubuntu-22.04' }}
run: npm test

- name: E2E Playwright tests on Linux latest & MacOS
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
npm run compile
npm start &
sleep 5
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
# - name: E2E Playwright tests on Linux latest & MacOS
# if: ${{ matrix.os == 'ubuntu-latest' }}
# run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
if: ${{ matrix.os == 'ubuntu-latest' }}
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test

- name: Run ESLint only on ubuntu-latest
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit d08a556

Please sign in to comment.