Commit 7c30a181 authored by Travis Fischer's avatar Travis Fischer

fix: add fake session token for CI

parent 56a4f82b
...@@ -48,4 +48,6 @@ jobs: ...@@ -48,4 +48,6 @@ jobs:
run: pnpm install --frozen-lockfile run: pnpm install --frozen-lockfile
- name: Run test - name: Run test
env:
SESSION_TOKEN: 'fake-session-token-for-CI'
run: pnpm run test run: pnpm run test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment