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 ca4408c commit 1bf4e96Copy full SHA for 1bf4e96
.github/workflows/spa-server-ci.yml
@@ -55,7 +55,7 @@ jobs:
55
- uses: actions/checkout@v4
56
- name: Run spa-server docker
57
run: |
58
- docker run -d --name=test -p 9000:9000 -p 8080:8080 -v ${{ github.workspace }}/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:v2.4.0
+ docker run -d --name=test -p 9000:9000 -p 8080:8080 -v ${{ github.workspace }}/jsclient/test/config.toml:/config/config.toml ghcr.io/fornetcode/spa-server:v3.0.0
59
docker ps
60
docker logs --tail 50 test
61
- uses: actions/setup-node@v4
jsclient/test/command_test_run.ts
@@ -1,2 +1,3 @@
1
import command from '../src/command'
2
+
3
command()
0 commit comments