Skip to content

Commit a472745

Browse files
committed
fix: Add license key for tests
1 parent c15c839 commit a472745

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,6 @@ jobs:
8787
fi
8888
- name: Unit tests
8989
run: npm test
90+
env:
91+
SERVERLESS_PLATFORM_STAGE: dev
92+
SERVERLESS_LICENSE_KEY: ${{ secrets.SERVERLESS_LICENSE_KEY }}

0 commit comments

Comments
 (0)