ci: replace WEB_DEFAULT_API var with dummy
Some checks failed
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Has been cancelled
Run tests / check lockfile correctness (push) Has been cancelled
Run tests / web sanity check (push) Has been cancelled
Run tests / api sanity check (push) Has been cancelled

why was this a variable wtf
This commit is contained in:
jj 2025-06-11 11:09:04 +00:00
parent 0bcb28c44c
commit 35530459b6
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ jobs:
- uses: pnpm/action-setup@v4
- run: .github/test.sh web
env:
WEB_DEFAULT_API: ${{ vars.WEB_DEFAULT_API }}
WEB_DEFAULT_API: https://api.dummy.example/
test-api:
name: api sanity check
@ -33,4 +33,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: .github/test.sh api
- run: .github/test.sh api