Skip to content

Commit

Permalink
Integration test and deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-gary committed Aug 2, 2024
1 parent 21fa49c commit 26fd952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: sudo touch /etc/buildkitd.toml
- name: Build aiSSEMBLE
run: |
./mvnw -B clean install --file pom.xml -Pci,integration-test
./mvnw -B clean deploy -U --file pom.xml -Pci,x86,integration-test
#NB: The following two explicit cache saves are necessary to ensure caches are saved on build failure,
# until https://github.com/actions/cache/issues/1315 is resolved
- name: Save m2 repository cache
Expand Down

0 comments on commit 26fd952

Please sign in to comment.