Skip to content

Commit

Permalink
Add CI for Java Test Agent
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd0123 committed Jul 24, 2024
1 parent 5abe157 commit beeb2a5
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ jobs:
# with:
# command: build
# args: --manifest-path test_agent/rust/Cargo.toml
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# java-version: '17'
# distribution: 'temurin'
# cache: maven
#- name: Install dependencies
# run: |
# cd scripts
# python build_up_java_latest.py
# - name: Build up_client_socket_java with Maven
# working-directory: up_client_socket/java
# run: |
# mvn clean install --file pom.xml
# - name: Build java_test_agent with Maven
# working-directory: test_agent/java
# run: |
# mvn clean install --file pom.xml
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Install dependencies
run: |
cd scripts
python build_up_java_latest.py
- name: Build up_client_socket_java with Maven
working-directory: up_client_socket/java
run: |
mvn clean install --file pom.xml
- name: Build java_test_agent with Maven
working-directory: test_agent/java
run: |
mvn clean install --file pom.xml
- name: Set up Python 3.8.7
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit beeb2a5

Please sign in to comment.