Skip to content

Commit

Permalink
Don't skip tests when running mvn test
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 12, 2024
1 parent 3668e9f commit 3fcaba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: sleep 3

- name: Run tests
run: mvn test -Dtest=com.aerospike.test.SuiteAll -DfailIfNoTests=false
run: mvn test -Dtest=com.aerospike.test.SuiteAll -DfailIfNoTests=false -DskipTests=false

# TODO: For debugging. Remove later
- if: ${{ always() }}
Expand Down

0 comments on commit 3fcaba0

Please sign in to comment.