Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent 3f2a9f6 commit d081d44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ jobs:
- name: Install .NET dependencies
run: dotnet restore
- name: Build plugin
uses: eskatos/[email protected]
env:
REQNROLL_TELEMETRY_ENABLED: 0
APPINSIGHTSINSTRUMENTATIONKEY: ${{ secrets.APPINSIGHTS_KEY }}
run: gradle :buildPlugin --stacktrace -PintellijPublishToken=none
with:
arguments: buildPlugin --stacktrace
- name: dotnet-tests-report
uses: zyborg/[email protected].3
uses: zyborg/[email protected].4
env:
REQNROLL_TELEMETRY_ENABLED: 0
with:
Expand Down
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d081d44

Please sign in to comment.