Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jun 4, 2023
1 parent b25dbe0 commit aa5c9d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Lint and Test

on: [push, pull_request]

env:
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}

jobs:
lint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,7 +53,7 @@ jobs:
run: make setup-ci

- name: Run tests
run: tox -e py -- --discord-verbose=0
run: tox -e py

run-coverage:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -90,7 +87,9 @@ jobs:
run: make setup-ci

- name: Run tests
run: tox -e cov
env:
PYTEST_DISCORD_WEBHOOK: ${{ secrets.PYTEST_DISCORD_WEBHOOK }}
run: tox -e cov -- --discord-verbose=0

- run: ls -a

Expand Down
2 changes: 1 addition & 1 deletion requirements/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pytablereader>=0.31.3
pytablewriter>=0.50
pytest>=6.0.1
pytest-discord>=0.1.1
pytest-discord>=0.1.2
pytest-md-report>=0.3
beautifulsoup4>=4.10

0 comments on commit aa5c9d7

Please sign in to comment.