Skip to content

Commit

Permalink
Solves issue with vscode-extension e2e tests depending on their build
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Oct 19, 2023
1 parent 5f422dc commit 4f5c299
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
# https://code.visualstudio.com/api/working-with-extensions/continuous-integration#github-actions
run: xvfb-run -a npm run test:e2e

- name: ls files
run: ls -lh .

- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down
5 changes: 4 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"@neo4j-cypher/vscode-extension#test:e2e": {
"cache": false,
"persistent": false,
"dependsOn": ["@neo4j-cypher/react-codemirror#test:e2e"]
"dependsOn": [
"@neo4j-cypher/react-codemirror#test:e2e",
"@neo4j-cypher/vscode-extension#build"
]
}
}
}

0 comments on commit 4f5c299

Please sign in to comment.