Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobas91 committed May 8, 2024
1 parent 0ade380 commit c78a990
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ on: push
jobs:
test:
runs-on: ubuntu-latest
environment: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Run Maven test
environment: Test

run: mvn test
env:
GITHUB_TOKEN: ${{ secrets.PACKAGE_DEPLOY_TOKEN }}

0 comments on commit c78a990

Please sign in to comment.