File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments