Skip to content
Snippets Groups Projects
Commit 5c6a22ed authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Use jsexec for these JS tests instad of jsdoor, jsdoor doesn't have a User class

If we want to (re)run a specific set/subset of tests with jsdoor, perhaps we can
come up with some naming scheme that allows that, but for now, it's more important
that jsexec is correctly functioning than jsdoor.
parent bacd06a1
No related branches found
No related tags found
No related merge requests found
Pipeline #7801 failed
......@@ -690,10 +690,10 @@ spec:
extends:
- .$[[ inputs.os ]]-test
script:
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsdoor.tgz"
- "src/sbbs3/*.exe.release/jsdoor exec/tests/test.js"
- tar -xzf "/tmp/gitlab-runner/$[[ inputs.os ]]-$[[ inputs.platform ]]-${CI_PIPELINE_ID}/jsexec.tgz"
- "src/sbbs3/*.exe.release/jsexec exec/tests/test.js"
needs:
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsdoor]"
- job: "$[[ inputs.os ]]-$[[ inputs.platform ]] [jsexec]"
artifacts: false
rules:
- if: '"$[[ inputs.cross_platform ]]" == "yes"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment