Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Jul 20, 2024
1 parent dcdc67b commit 617cf49
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/protect-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:

# Set up Maven with appropriate JDK
- name: Set up Maven
uses: docker://maven:3-eclipse-temurin-17
with:
args: mvn --version

- name: Show version
run: mvn --version

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

# Runs a set of commands using the runners shell
# Test using proper JDK and MVN
- name: Test
run: mvn test
uses: docker://maven:3-eclipse-temurin-21
with:
args: mvn test

0 comments on commit 617cf49

Please sign in to comment.