We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0594eaa commit 8a3827cCopy full SHA for 8a3827c
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- run: chmod +x ./gradlew
42
- run: ./gradlew assemble
43
- - run: ./gradlew check || cat /home/runner/work/intellij-emberjs-experimental/intellij-emberjs-experimental/build/reports/problems/problems-report.html && exit 1
+ - run: ./gradlew check || cat /home/runner/work/intellij-emberjs-experimental/intellij-emberjs-experimental/build/reports/tests/test/index.html && exit 1
44
release:
45
name: Update Changelog, Create Tag and Release
46
runs-on: ubuntu-latest
0 commit comments