mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 14:04:25 +02:00
workflows/test: add WEB_DEFAULT_API env to web run
This commit is contained in:
parent
e5d9521819
commit
60817d7a21
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
node-version: 'lts/*'
|
node-version: 'lts/*'
|
||||||
- uses: pnpm/action-setup@v4
|
- uses: pnpm/action-setup@v4
|
||||||
- run: .github/test.sh web
|
- run: .github/test.sh web
|
||||||
|
env:
|
||||||
|
WEB_DEFAULT_API: ${{ vars.WEB_DEFAULT_API }}
|
||||||
|
|
||||||
test-api:
|
test-api:
|
||||||
name: api sanity check
|
name: api sanity check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user