diff --git a/.github/workflows/next-drupal.yml b/.github/workflows/next-drupal.yml index c937f531..b34b71ad 100644 --- a/.github/workflows/next-drupal.yml +++ b/.github/workflows/next-drupal.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - 740-fix-code-coverage pull_request_target: types: [opened, reopened, synchronize] @@ -14,6 +15,12 @@ jobs: with: ref: ${{github.event.pull_request.head.ref}} repository: ${{github.event.pull_request.head.repo.full_name}} + # TODO: Work-around for failing code coverage. + # https://github.com/chapter-three/next-drupal/issues/740 + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: '18.19.x' - name: Install packages run: yarn - name: Run tests