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 64084c1 commit 03e3b14Copy full SHA for 03e3b14
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
- run: chmod +x ./gradlew
42
- run: ./gradlew assemble
43
- run: ./gradlew check
44
+ - run: cat /home/runner/work/intellij-emberjs-experimental/intellij-emberjs-experimental/build/reports/problems/problems-report.html || echo "no errors"
45
release:
46
name: Update Changelog, Create Tag and Release
47
runs-on: ubuntu-latest
0 commit comments