Skip to content

Commit c3d1077

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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: localhost:3000
277+
KARAKEEP_TEST_HOST: 172.17.0.1:3000
278278
run: |
279279
npm run test
280280
if: matrix.floccus-adapter != 'git-xbel' && matrix.floccus-adapter != 'git-html'

0 commit comments

Comments
 (0)