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

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Dec 2, 2024
1 parent 9c6bff8 commit 92fafee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ on:

jobs:
tests:
env:
TX_ORGANIZATION: ${{ secrets.TX_ORGANIZATION }}
TX_TOKEN: ${{ secrets.TX_TOKEN }}
runs-on: ubuntu-latest
steps:
# Not using strategy.matrix to create multiple jobs
Expand Down Expand Up @@ -42,3 +45,4 @@ jobs:
run: nose2 -v

- uses: mxschmitt/action-tmate@v3
if: failure()

0 comments on commit 92fafee

Please sign in to comment.