Skip to content

Commit 3553045

Browse files
committed
ci: replace WEB_DEFAULT_API var with dummy
why was this a variable wtf
1 parent 0bcb28c commit 3553045

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
- uses: pnpm/action-setup@v4
2626
- run: .github/test.sh web
2727
env:
28-
WEB_DEFAULT_API: ${{ vars.WEB_DEFAULT_API }}
28+
WEB_DEFAULT_API: https://api.dummy.example/
2929

3030
test-api:
3131
name: api sanity check
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v4
3535
- uses: pnpm/action-setup@v4
36-
- run: .github/test.sh api
36+
- run: .github/test.sh api

0 commit comments

Comments
 (0)