Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,13 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Lint
run: npm run lint
- parallel:
- run: npm run lint
- run: npm test

- name: test
run: npm test

- name: Build
run: npm run build

- name: Synth CDK
run: npm -w cdk run synth
- parallel:
- run: npm run build
- run: npm -w cdk run synth

# See https://github.com/guardian/actions-riff-raff
- name: Upload to riff-raff
Expand Down