diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 520c3baa7..12bb85c62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: diff --git a/turbo.json b/turbo.json index 0a569f08b..a03b1faa3 100644 --- a/turbo.json +++ b/turbo.json @@ -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" + ] } } }