diff --git a/.github/workflows/cdk-test.yml b/.github/workflows/cdk-test.yml index aee1b79..0f428fe 100644 --- a/.github/workflows/cdk-test.yml +++ b/.github/workflows/cdk-test.yml @@ -6,13 +6,14 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - with: - ref: ${{ github.event.release.target_commitish }} - - name: Use Node.js 18 - uses: actions/setup-node@v1 - with: - node-version: 18 - registry-url: https://registry.npmjs.org/ - - run: npm ci - - run: npm run test --workspaces + - uses: actions/checkout@v2 + with: + ref: ${{ github.event.release.target_commitish }} + - name: Use Node.js 18 + uses: actions/setup-node@v1 + with: + node-version: 18 + registry-url: https://registry.npmjs.org/ + - run: npm ci + - run: npm run lint:check && npm run format:check + - run: npm run test --workspaces