Skip to content

Commit

Permalink
feat: add scrolling fps e2e test (#3532)
Browse files Browse the repository at this point in the history
Co-authored-by: 白熱 <sonne@asaki.me>
  • Loading branch information
lumixraku and jikkai authored Sep 24, 2024
1 parent b1ea6c3 commit 741665c
Show file tree
Hide file tree
Showing 9 changed files with 898,776 additions and 37 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ jobs:
report-file: playwright-report.json
custom-info: 'For more information, [see full report](${{ steps.vercel-e2e-report.outputs.preview-url }})'

- name: Set Label
uses: actions/github-script@v6
if: failure()
with:
script: |
const { owner, repo } = context.repo;
const prNumber = context.payload.pull_request.number;
const labelsToAdd = ['qa:rejected'];
await github.rest.issues.addLabels({
owner,
repo,
issue_number: prNumber,
labels: labelsToAdd,
});
# - name: Set Label
# uses: actions/github-script@v6
# if: failure()
# with:
# script: |
# const { owner, repo } = context.repo;
# const prNumber = context.payload.pull_request.number;
# const labelsToAdd = ['qa:rejected'];

# await github.rest.issues.addLabels({
# owner,
# repo,
# issue_number: prNumber,
# labels: labelsToAdd,
# });
Loading

0 comments on commit 741665c

Please sign in to comment.