Skip to content

Commit

Permalink
fix: separate job
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Apr 19, 2024
1 parent 17c099f commit b36031a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@ jobs:
pip --version
poetry --version
- name: Run tests and build docs
- name: Run tests
run: |
nox -p ${{ matrix.python-version }}
env:
DOCSEARCH_APP_ID: test
DOCSEARCH_API_KEY: test
DOCSEARCH_INDEX_NAME: test

docs:
name: Docs PR preview
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1

lint:
name: Lint

Expand Down

0 comments on commit b36031a

Please sign in to comment.