Skip to content

Commit

Permalink
Set encryption key
Browse files Browse the repository at this point in the history
  • Loading branch information
jradtilbrook committed Jul 15, 2023
1 parent 4c62816 commit 0853047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Install PHP dependencies
run: composer update --no-interaction --no-progress

- name: Set APP_KEY
run: cp .env.example .env && php artisan key:generate

- name: Tests ${{ matrix.test_runner }} (${{ matrix.node_index}})
env:
LIGHTSPEED_API_TOKEN: ${{ secrets.LIGHTSPEED_TOKEN }}
Expand Down

0 comments on commit 0853047

Please sign in to comment.