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

fix github action

parent 1b1649b1
No related branches found
No related tags found
No related merge requests found
......@@ -53,11 +53,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
repository: 'https://github.com/FZJ-INM1-BDA/iv-automated-tests.git'
repository: 'FZJ-INM1-BDA/iv-automated-tests.git'
- name: Install dependencies
run: |
npm i
- name: run docker container
run: docker run -p 3001:3000 --rm --name ${DOCKER_CONTAINER_NAME} -dit
- name: run pptr tests
run: node ./node_modules/.bin/mocha ./test/databrowser.spec.js --timeout 1800000
\ No newline at end of file
run: node ./node_modules/.bin/mocha ./test/databrowser.spec.js --timeout 1800000
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