Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
ci envars
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Feb 14, 2023
1 parent bcbc0dc commit 23b6332
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test_pytx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/checkout@v3

- name: Setup CI tests
env:
organization: ${{ secrets.ORGANIZATION }}
tx_token: ${{ secrets.TX_TOKEN }}
run: |
pip install -r requirements.txt
python -m unittest discover -s ./tests -p 'test_*.py'
TX_TOKEN=$tx_token ORGANIZATION=$organization \
python -m unittest discover -s ./tests -p 'test_*.py'

0 comments on commit 23b6332

Please sign in to comment.