Skip to content

Commit c0e2b6d

Browse files
committed
ci: more starter template test into docs job
1 parent 73fbf83 commit c0e2b6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ jobs:
4141
fi
4242
env:
4343
REQUIREMENTS: ${{ matrix.requirements }}
44-
- name: Test building starter template
45-
run: |
46-
make test-overview-template
4744
- name: Run tests
4845
run: |
4946
pytest --cov
@@ -101,6 +98,9 @@ jobs:
10198
python -m pip install shiny shinylive
10299
python -m pip install --no-deps dascore==0.0.8
103100
- uses: quarto-dev/quarto-actions/setup@v2
101+
- name: Test building starter template
102+
run: |
103+
make test-overview-template
104104
- name: Build docs
105105
run: |
106106
make docs-build

0 commit comments

Comments
 (0)