Skip to content

Commit e341386

Browse files
authored
Update rpe_test.yml
1 parent 9a562b7 commit e341386

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rpe_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ jobs:
7979
python3 -m pip install -r requirements.txt
8080
npx playwright install --with-deps
8181
82-
- name: Run ESLint only on ubuntu-latest
83-
if: ${{ matrix.os == 'ubuntu-latest' }}
84-
run: npx eslint src/
85-
8682
- name: Unit Pytest Linux latest & windows & MacOS
8783
if: ${{ matrix.os != 'ubuntu-22.04' }}
8884
run: python3 -m pytest
@@ -95,6 +91,10 @@ jobs:
9591
if: ${{ matrix.os == 'ubuntu-latest' }}
9692
run: npm run compile && xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- npx playwright test
9793

94+
- name: Run ESLint only on ubuntu-latest
95+
if: ${{ matrix.os == 'ubuntu-latest' }}
96+
run: npx eslint src/
97+
9898
- name: Install packages CentOS 7 & Run pytest & frontend test
9999
if: ${{ matrix.os == 'ubuntu-22.04' }}
100100
uses: addnab/docker-run-action@v3

0 commit comments

Comments
 (0)