Skip to content

Commit

Permalink
Vertx Update as part of Performance Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
trialblazerseee committed Sep 24, 2024
1 parent fbe519c commit ebeb450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
uses: actions/setup-java@v1
with:
ref: ${{ github.ref }}
java-version: 11
Expand All @@ -31,7 +31,7 @@ jobs:
# gpg2 --import ./.github/keys/mosipgpgkey_pub.gpg
# gpg2 --quiet --batch --passphrase=${{secrets.gpg_secret}} --allow-secret-key-import --import ./.github/keys/mosipgpgkey_sec.gpg

- uses: actions/cache@v4
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit ebeb450

Please sign in to comment.