Skip to content

Commit 965582d

Browse files
committed
WIP
1 parent e128419 commit 965582d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646

4747
- name: Execute tests
4848
run: vendor/bin/pest
49+
env:
50+
BEEKEEPER_ENDPOINT_PREFIX: ${{ secrets.BEEKEEPER_ENDPOINT_PREFIX }}
51+
BEEKEEPER_API_TOKEN: ${{ secrets.BEEKEEPER_API_TOKEN }}
4952

5053
- name: Store Log Artifacts
5154
if: failure()

0 commit comments

Comments
 (0)