Skip to content

Commit

Permalink
Add env vars for talking to lightspeed api
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Jul 15, 2023
1 parent fbacc51 commit cd5173e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Tests ${{ matrix.test_runner }} (${{ matrix.node_index}})
env:
LIGHTSPEED_API_TOKEN: ${{ secrets.LIGHTSPEED_TOKEN }}
LIGHTSPEED_BASE_URL: ${{ secrets.LIGHTSPEED_URL }}
LIGHTSPEED_NODE_COUNT: ${{ matrix.node_count }}
LIGHTSPEED_NODE_INDEX: ${{ matrix.node_index }}
run: php vendor/bin/${{ matrix.test_runner }} --colors=always

0 comments on commit cd5173e

Please sign in to comment.