Skip to content

Commit

Permalink
fix gha
Browse files Browse the repository at this point in the history
  • Loading branch information
felipao-mx committed Oct 25, 2024
1 parent 2eb8362 commit 42846c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Install dependencies
run: make install-test
- name: Run tests
run: pytest
run: |
export $(<env.template)
pytest
coverage:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BOTMAKER_ACCESS_TOKEN=foo

0 comments on commit 42846c9

Please sign in to comment.