Skip to content

Commit

Permalink
Update GitHub CI (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin7-1 authored Oct 18, 2024
1 parent f63cc51 commit cf48adc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
if: ${{ github.repository == 'langchain4j/langchain4j-community' }}
run: |
mvn -B -U verify \
-Dtinylog.writer.level=info \
-Dgib.disable=false -Dgib.referenceBranch=__branch_before \
${{ matrix.maven_opts }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
## run tests for some modules
mvn -B -U --fail-at-end \
-Dmaven.test.failure.ignore=true \
-Dtinylog.writer.level=info \
${{ matrix.maven_opts }} verify
- name: Upload Test Reports
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ jobs:
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
gpg-passphrase: GPG_PASSPHRASE

- name: Setup Testcontainers Cloud Client
uses: atomicjar/testcontainers-cloud-setup-action@v1
with:
token: ${{ secrets.TC_CLOUD_TOKEN }}

- name: release
run: |
mvn -B -U --fail-at-end \
Expand Down

0 comments on commit cf48adc

Please sign in to comment.