Skip to content

Commit

Permalink
update github actions file to have color and rename action
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Dec 4, 2024
1 parent eac45b0 commit 43989c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test things on pushes
name: Test

on: [push, pull_request]

Expand All @@ -24,7 +24,7 @@ jobs:
poetry run mypy tests --ignore-missing-imports
- name: Run tests
run: |
poetry run pytest
poetry run pytest --color=yes
env:
TEST_API_URL: ${{ secrets.TEST_API_URL }}
TEST_TOKEN: ${{ secrets.TEST_TOKEN }}

0 comments on commit 43989c1

Please sign in to comment.