add e2e test ci

This commit is contained in:
JimChenWYU
2024-09-24 14:33:41 +08:00
parent 33c3ceb361
commit 1f40e97dd8
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ jobs:
- name: run fs - name: run fs
working-directory: . working-directory: .
run: | run: |
cargo run & make e2e-server &
env: env:
PORT: 9000 PORT: 9000
+4
View File
@@ -21,3 +21,7 @@ start:
.PHONY: stop .PHONY: stop
stop: stop:
$(DOCKER_CLI) stop $(CONTAINER_NAME) $(DOCKER_CLI) stop $(CONTAINER_NAME)
.PHONY: e2e
e2e-server:
sh $(shell pwd)/scripts/run.sh