Skip to content

Commit 454b784

Browse files
committed
Update workflow (debug)
1 parent 163aa18 commit 454b784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/spring-ai-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
run: ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 verify
3636
- name: Run Azure OpenAI autoconfigure tests
3737
run: ./mvnw -pl spring-ai-spring-boot-autoconfigure -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 verify
38-
3938
test-bedrock:
4039
runs-on: ubuntu-latest
4140
env:
@@ -46,8 +45,9 @@ jobs:
4645
uses: actions/github-script@v7
4746
# if: ${{ !(env.AWS_ACCESS_KEY_ID && env.AWS_SECRET_ACCESS_KEY) }}
4847
with:
49-
script:
50-
core.setFailed('Missing one or more secrets:', Object.keys(process.env).join(','))
48+
script: |
49+
const env = ${{ env }}
50+
core.setFailed('Missing one or more secrets:', Object.keys(env).join(','))
5151
- name: Check out repository code
5252
uses: actions/checkout@v4
5353
with:

0 commit comments

Comments
 (0)