Skip to content

Commit 0f95a4d

Browse files
committed
Add TEST_SQUARE_TOKEN to .github/workflows/ci.yml
1 parent 297ade0 commit 0f95a4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
run: |
2828
composer analyze
2929
30-
unit-tests:
30+
test:
3131
runs-on: ubuntu-latest
32+
env:
33+
TEST_SQUARE_TOKEN: ${{ secrets.TEST_SQUARE_TOKEN }}
3234

3335
steps:
3436
- name: Checkout repo

0 commit comments

Comments
 (0)