chore: run notary server in test with docker (#95)

This commit is contained in:
Hendrik Eeckhaut
2025-03-14 08:48:45 +01:00
committed by GitHub
parent 18268f716f
commit 9fad45e174
3 changed files with 13 additions and 33 deletions

View File

@@ -16,6 +16,14 @@ jobs:
runs-on: ubuntu-latest
services:
notary-server:
image: ghcr.io/tlsnotary/tlsn/notary-server:v0.1.0-alpha.8
env:
NOTARY_SERVER__TLS__ENABLED: false
ports:
- 7047:7047
steps:
- name: Checkout
uses: actions/checkout@v4
@@ -70,8 +78,5 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build Test dependencies
run: npm run build:tlsn-binaries
- name: Test
run: npm run test