mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 08:58:27 +00:00
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
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:
parent
0bcb28c44c
commit
35530459b6
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user