Skip to content

Commit

Permalink
ci: set CI=true in Dev Container
Browse files Browse the repository at this point in the history
  • Loading branch information
lsorber committed Mar 15, 2024
1 parent 2abca8d commit 7a87762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
PYTHON_VERSION=${{ matrix.python-version }} devcontainer up --workspace-folder .
- name: Lint package
run: devcontainer exec --workspace-folder . poe lint
run: devcontainer exec --workspace-folder . CI=true poe lint

- name: Test package
run: devcontainer exec --workspace-folder . poe test
run: devcontainer exec --workspace-folder . CI=true poe test

- name: Upload coverage
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 7a87762

Please sign in to comment.