Skip to content

Commit

Permalink
Updated component-event-stream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Oct 2, 2023
1 parent 1319e2e commit 7925158
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/component-event-stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
aws-region: eu-west-1

- name: Setup Node
uses: actions/setup-node@v3
with:
cache: 'yarn'

- name: Copy files to Riff Raff package
run: cp cfn.yaml riff-raff.yaml
working-directory: ./component-event-stream
Expand Down

0 comments on commit 7925158

Please sign in to comment.