Skip to content

Commit

Permalink
Move test docs up
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 22, 2024
1 parent d05c1a9 commit 1551fb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ jobs:
if: contains(matrix.os, 'ubuntu')
run: |
pixi run -e ${{ matrix.environment }} test-subprocess $COV
- name: Test docs
run: |
pixi run -e ${{ matrix.environment }} test-docs $COV
- name: Test Examples
run: |
pixi run -e ${{ matrix.environment }} test-example
Expand Down Expand Up @@ -211,9 +214,6 @@ jobs:
with:
resource: http-get://localhost:8887/lab
timeout: 180000
- name: Test docs
run: |
pixi run -e ${{ matrix.environment }} test-docs $COV
- name: Test UI
run: |
# Create a .uicoveragerc file to set the concurrency library to greenlet
Expand Down

0 comments on commit 1551fb7

Please sign in to comment.