Skip to content

Commit

Permalink
generate cdk for registration
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLawes committed Aug 23, 2023
1 parent 7896179 commit 236a77d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/registration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,25 @@ jobs:
cache: sbt
java-version: 11

- uses: actions/setup-node@v3
with:
cache: npm
cache-dependency-path: cdk/package-lock.json
node-version-file: .nvmrc

- uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-1
role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}

- name: CDK synth
run: |
cd cdk
npm install
npm run lint
npm test
npm run synth
- name: Compile, test and package
run: sbt "project registration" "compile" "test" "debian:packageBin"

Expand Down

0 comments on commit 236a77d

Please sign in to comment.