Skip to content

Commit b782ca4

Browse files
committed
Add no sync to new test commands
1 parent 871f900 commit b782ca4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish_testpypi.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,17 @@ jobs:
4040

4141
- name: Test
4242
if: ${{ ! runner.debug && matrix.os != 'ubuntu-latest' }}
43-
run: uv run poe test
43+
run: uv run --no-sync poe test
4444
timeout-minutes: 7
4545

4646
- name: Test (Linux)
4747
if: ${{ ! runner.debug && matrix.os == 'ubuntu-latest' }}
48-
run: xvfb-run uv run poe test
48+
run: xvfb-run uv run --no-sync poe test
4949
timeout-minutes: 7
5050

5151
- name: Test (Debug)
5252
if: runner.debug
53-
run: uv run poe debug-test
54-
- run: uv run --no-sync poe test
53+
run: uv run --no-sync poe debug-test
5554
# different versions of chrome
5655

5756
# REMEMBER TO GO BACK ONE COMMIT ON OTHER BRANCH

0 commit comments

Comments
 (0)