Skip to content

Commit

Permalink
chore: Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arhont375 authored Aug 12, 2024
1 parent d18eaed commit 0e5eac9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: Run tests
run: ./gradlew test --no-daemon
publish:
Expand All @@ -32,6 +31,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install markdown tool and generate change notes
run: |
sudo apt-get update
Expand All @@ -44,7 +44,6 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'
cache: 'gradle'
- name: Publish plugin
run: ./gradlew :thrift:publishPlugin --no-daemon
env:
Expand Down

0 comments on commit 0e5eac9

Please sign in to comment.