Skip to content

Commit

Permalink
Add no sync to new test commands
Browse files Browse the repository at this point in the history
  • Loading branch information
ayjayt committed Dec 14, 2024
1 parent 871f900 commit b782ca4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish_testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@ jobs:

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

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

- name: Test (Debug)
if: runner.debug
run: uv run poe debug-test
- run: uv run --no-sync poe test
run: uv run --no-sync poe debug-test
# different versions of chrome

# REMEMBER TO GO BACK ONE COMMIT ON OTHER BRANCH
Expand Down

0 comments on commit b782ca4

Please sign in to comment.