Skip to content

Commit

Permalink
servicecontainer-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Flick committed Sep 27, 2024
1 parent 4ec4117 commit 76df8ce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ on:
jobs:
build_site:
runs-on: ubuntu-latest
services:
existdb:
image: existdb/teipublisher:9.0.0
ports:
- 8081:8080
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,8 +32,7 @@ jobs:
EXISTDB_PASS: ''
EXISTDB_SERVER: 'http://127.0.0.1:8081'
run: |
printenv
npm run docker:start
npm run installXar
- name: build
env:
Expand Down

0 comments on commit 76df8ce

Please sign in to comment.