Skip to content

Commit 117439e

Browse files
committed
fix(tests): Attemt to fix server address
1 parent 1d8c682 commit 117439e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- data:/data
186186
env:
187187
NEXTAUTH_SECRET: super_random_string
188-
NEXTAUTH_URL: http://karakeep:3000
188+
NEXTAUTH_URL: http://localhost:3000
189189
DATA_DIR: /data
190190

191191
steps:
@@ -274,7 +274,7 @@ jobs:
274274
GOOGLE_API_REFRESH_TOKEN: ${{ secrets.GOOGLE_API_REFRESH_TOKEN }}
275275
LINKWARDEN_TOKEN: ${{ secrets.LINKWARDEN_TOKEN }}
276276
APP_VERSION: ${{ matrix.app-version }}
277-
KARAKEEP_TEST_HOST: karakeep:3000
277+
KARAKEEP_TEST_HOST: localhost:3000
278278
run: |
279279
npm run test
280280
if: matrix.floccus-adapter != 'git-xbel' && matrix.floccus-adapter != 'git-html'

0 commit comments

Comments
 (0)