Skip to content

Commit 5c80278

Browse files
committed
fix ci
1 parent c61b4bb commit 5c80278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spa-server-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/checkout@v4
6060
- name: Run spa-server docker
6161
run: |
62-
docker run -d -p 9000:9000 -p 8080:8080 -v $(PWD)/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:2.4.0
62+
docker run -d -p 9000:9000 -p 8080:8080 -v ${{ github.workspace }}/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:2.4.0
6363
- uses: actions/setup-node@v4
6464
with:
6565
node-version: '20.x'

0 commit comments

Comments
 (0)