Skip to content

Commit

Permalink
Install the test-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
astonbitecode committed Mar 11, 2024
1 parent 67236eb commit 5788b5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
distribution: 'adopt'
- name: Build and Test Java with Maven
run: mvn -f ./java/pom.xml --batch-mode --update-snapshots package
- name: Build and install Java testing resources with Maven
run: mvn -f ./test-resources/java/pom.xml --batch-mode --update-snapshots install
- name: Build Rust with Cargo
run: cargo build --manifest-path ./rust/Cargo.toml --verbose
- name: Test Rust with Cargo
Expand Down

0 comments on commit 5788b5b

Please sign in to comment.