We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117439e commit c3d1077Copy full SHA for c3d1077
.github/workflows/tests.yml
@@ -274,7 +274,7 @@ jobs:
274
GOOGLE_API_REFRESH_TOKEN: ${{ secrets.GOOGLE_API_REFRESH_TOKEN }}
275
LINKWARDEN_TOKEN: ${{ secrets.LINKWARDEN_TOKEN }}
276
APP_VERSION: ${{ matrix.app-version }}
277
- KARAKEEP_TEST_HOST: localhost:3000
+ KARAKEEP_TEST_HOST: 172.17.0.1:3000
278
run: |
279
npm run test
280
if: matrix.floccus-adapter != 'git-xbel' && matrix.floccus-adapter != 'git-html'
0 commit comments