Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyhau committed Sep 29, 2024
1 parent 2ba13a9 commit 7aabffb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bedrock-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
bedrock-guardrail:
name: Test Bedrock Guardrail IaC
runs-on: ubuntu-latest
defaults:
run:
working-directory: Bedrock/cdk/guardrail
env:
ENV_STAGE: dev
steps:
Expand All @@ -36,12 +39,14 @@ jobs:
echo "INFO: npm version: $(npm --version)"
echo "INFO: python3 version: $(python3 --version)"
- name: Run cdk synth
working-directory: Bedrock/cdk/guardrail
run: make synth-guardrail

bedrock-phoenix:
name: Test Bedrock Phoenix IaC
runs-on: ubuntu-latest
defaults:
run:
working-directory: Bedrock/cdk/phoenix
env:
ENV_STAGE: dev
steps:
Expand All @@ -59,5 +64,4 @@ jobs:
echo "INFO: npm version: $(npm --version)"
echo "INFO: python3 version: $(python3 --version)"
- name: Run cdk synth
working-directory: Bedrock/cdk/phoenix
run: make synth-local

0 comments on commit 7aabffb

Please sign in to comment.