Skip to content

Commit

Permalink
Removed invalid description props (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jul 18, 2024
1 parent 8333962 commit 627d401
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,17 @@ jobs:
node-version: '20.x'
- run: npm ci
- name: Run end-to-end tests
description: Run end-to-end tests using xvfb since we need a display context
run: xvfb-run npm run test:e2e
- name: Merge reports
description: Merge all e2e reports into a single JSON file
run: npx ctrf merge e2e/reports --output ctrf-report.json
- name: Publish Test Summary Results
description: |
Publish an HTML summary report. This will be automatically shown in the actions summary.
Also copy the summary to the pr-comment directory so it can be uploaded as an artifact
to be consumed by pr-comment.yml workflow.
run: |
npm run gh:ctrf -- e2e/reports/ctrf-report.json
mkdir -p ./pr-comment
cp $GITHUB_STEP_SUMMARY pr-comment/pr-comment.html
- name: Save PR Number
run: echo ${{ github.event.number }} > pr-comment/PR-number.txt
- name: Upload Summary as Artifact
description: Upload all e2e reports as an artifact
uses: actions/upload-artifact@v4
with:
name: pr-comment
Expand Down

0 comments on commit 627d401

Please sign in to comment.