Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sivukhin committed Aug 2, 2024
1 parent 2f5758a commit f7f8d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
timeout-minutes: 2
defaults:
run:
working-directory: ./packages/libsql-client-wasm
working-directory: ./packages/libsql-client
env: { "NODE_OPTIONS": "--trace-warnings" }
steps:
- name: "Checkout this repo"
Expand All @@ -28,7 +28,7 @@ jobs:
- name: "Build"
run: "npm run build"
- name: Run Docker container in the background
run: docker run -p 8080:8080 -e SQLD_NODE=primary ghcr.io/tursodatabase/libsql-server:latest
run: docker run -d -p 8080:8080 -e SQLD_NODE=primary ghcr.io/tursodatabase/libsql-server:latest
- name: Verify container is running
run: docker ps
- name: "Test sync example"
Expand Down

0 comments on commit f7f8d7f

Please sign in to comment.