Skip to content

Commit

Permalink
Corrected branch name
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 committed Nov 2, 2023
1 parent 9e46a5e commit d8591c6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ jobs:
name: Test JDK${{ matrix.java }}, ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
repository: opensearch-project/ml-commons
ref: agent_framework_dev
- name: Publish to Maven Local
run: |
./gradlew publishToMavenLocal
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: temurin
- uses: actions/checkout@v4
with:
repository: opensearch-project/ml-commons
ref: feature/agent_framework
- name: Publish to Maven Local
run: |
./gradlew publishToMavenLocal
- name: Build and Run Tests
run: |
./gradlew check -x integTest -x yamlRestTest
Expand Down

0 comments on commit d8591c6

Please sign in to comment.