Skip to content

Commit 677ba49

Browse files
committed
No need to deal with the j4rs-testing here.
1 parent e26187d commit 677ba49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
distribution: 'adopt'
2727
- name: Build and Test Java with Maven
2828
run: mvn -f ./java/pom.xml --batch-mode --update-snapshots package
29-
- name: Build and install Java testing resources with Maven
30-
run: mvn -f ./test-resources/java/pom.xml --batch-mode --update-snapshots install
3129
- name: Build Rust with Cargo
3230
run: cargo build --manifest-path ./rust/Cargo.toml --verbose
3331
- name: Test Rust with Cargo

0 commit comments

Comments
 (0)