Skip to content

Commit

Permalink
Merge pull request #7 from ucsb-cs156-f24/ap-integration-workflow
Browse files Browse the repository at this point in the history
Ap integration workflow
  • Loading branch information
pconrad authored May 19, 2024
2 parents b8e5f33 + d038c4b commit 343255e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/11-backend-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
distribution: semeru # See: https://github.com/actions/setup-java#supported-distributions
java-version-file: ./.java-version

- name: Run tests with Maven
run: INTEGRATION=true mvn -B test-compile failsafe:integration-test
- name: Run IT tests with maven
run: INTEGRATION=true mvn -B test-compile failsafe:integration-test failsafe:verify

0 comments on commit 343255e

Please sign in to comment.