Skip to content

Commit

Permalink
ci(next-drupal): work-around for flakey code coverage reporting
Browse files Browse the repository at this point in the history
Issue #740
  • Loading branch information
JohnAlbin committed Apr 17, 2024
1 parent 4bce663 commit fe085a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/next-drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 740-fix-code-coverage
pull_request_target:
types: [opened, reopened, synchronize]

Expand All @@ -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
Expand Down

0 comments on commit fe085a1

Please sign in to comment.