Skip to content

Commit

Permalink
Disable native tests in nightly builds
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Apr 2, 2024
1 parent 313f82e commit 529877a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-against-langchain4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}

- name: Build with Maven (Native)
run: ./mvnw -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}
# - name: Build with Maven (Native)
# run: ./mvnw -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
# env:
# PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
# PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
# PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
# PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}
14 changes: 7 additions & 7 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}

- name: Build with Maven (Native)
run: ./mvnw -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
env:
PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}
# - name: Build with Maven (Native)
# run: ./mvnw -B install -Dnative -Dquarkus.native.container-build -Dnative.surefire.skip
# env:
# PINECONE_API_KEY: ${{ secrets.PINECONE_API_KEY }}
# PINECONE_ENVIRONMENT: ${{ secrets.PINECONE_ENVIRONMENT }}
# PINECONE_INDEX_NAME: ${{ secrets.PINECONE_INDEX_NAME }}
# PINECONE_PROJECT_ID: ${{ secrets.PINECONE_PROJECT_ID }}

0 comments on commit 529877a

Please sign in to comment.