Skip to content

Commit

Permalink
Enable tests while deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Kulich committed Aug 30, 2022
1 parent 57fd768 commit 21b18f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/protect-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- uses: actions/checkout@v2

# Runs a single command using the runners shell
# - name: Compile
# run: mvn compile
- name: Compile
run: mvn compile

# Runs a set of commands using the runners shell
# - name: Test
# run: mvn test
- name: Test
run: mvn test

0 comments on commit 21b18f6

Please sign in to comment.