Skip to content

Commit 1bf4e96

Browse files
committed
bump ci
1 parent ca4408c commit 1bf4e96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- name: Run spa-server docker
5757
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
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:v3.0.0
5959
docker ps
6060
docker logs --tail 50 test
6161
- uses: actions/setup-node@v4

jsclient/test/command_test_run.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
import command from '../src/command'
2+
23
command()

0 commit comments

Comments
 (0)