Skip to content
Snippets Groups Projects
Unverified Commit f477bd5a authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

fix github actions

parent 29068a56
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,8 @@ jobs:
run: |
npm i
- name: run docker container
run: docker run -p 3001:3000 --rm --name ${DOCKER_CONTAINER_NAME} -dit
run: docker run -p 3001:3000 --rm --name ${DOCKER_CONTAINER_NAME} ${DOCKER_IMAGE_NAME} -dit
- name: run pptr tests
run: node ./node_modules/.bin/mocha ./test/databrowser.spec.js --timeout 1800000
- name: cleanup
run: docker stop ${DOCKER_CONTAINER_NAME}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment