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 c61b4bb commit 5c80278Copy full SHA for 5c80278
.github/workflows/spa-server-ci.yml
@@ -59,7 +59,7 @@ jobs:
59
- uses: actions/checkout@v4
60
- name: Run spa-server docker
61
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
+ 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
63
- uses: actions/setup-node@v4
64
with:
65
node-version: '20.x'
0 commit comments