Skip to content

Commit

Permalink
use correct maven path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-ngrok committed May 9, 2024
1 parent ae959e3 commit 205354c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
tar xvf maven.tar.gz
rm maven.tar.gz
- name: Verification
run: apache-maven-3.8.8/mvn --batch-mode verify
run: apache-maven-3.8.8/bin/mvn --batch-mode verify
env:
NGROK_AUTHTOKEN: ${{ secrets.NGROK_AUTHTOKEN }}

Expand Down

0 comments on commit 205354c

Please sign in to comment.