Skip to content

Onboard 2.18.0 release (#77) #124

Onboard 2.18.0 release (#77)

Onboard 2.18.0 release (#77) #124

Workflow file for this run

name: CDK Test
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: '20.8.0'
- name: Run CDK Test
run: |
./gradlew clean build
cd infrastructure
npm install
npm test -- --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}