Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Socolin committed Jul 27, 2024
1 parent 7e37721 commit daa6020
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,20 @@ on:

jobs:
build:

runs-on: windows-latest
# runs-on: self-hosted

steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x
- name: Set up JDK 1.17
uses: actions/setup-java@v1
with:
java-version: 1.17
- name: Build plugin
uses: eskatos/gradle-command-action@v1.3.3
uses: eskatos/gradle-command-action@v1.4.0
with:
arguments: buildPlugin --stacktrace -PintellijPublishToken=none
- name: dotnet-tests-report
uses: zyborg/dotnet-tests-report@v1.3.0
uses: zyborg/dotnet-tests-report@v1.4.4
with:
report_name: plugin_tests
report_title: Plugin Tests
Expand Down

0 comments on commit daa6020

Please sign in to comment.