Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test script change #16

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/generate-and-commit-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
ref: refs/pull/${{ github.event.pull_request.number }}/head
# ref: ${{ github.head_ref }}
# ref: ${{github.event.pull_request.head.ref}}

- name: Use Node.js
uses: actions/setup-node@v1
Expand All @@ -19,12 +22,6 @@ jobs:
- name: Install dependencies
run: npm ci

# - name: Generate test files
# run: npm run create-all-tests

# - name: Generate review files
# run: npm run review-tests

- name: Generate test and review files
run: npm run build

Expand All @@ -38,7 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
ref: refs/pull/${{ github.event.pull_request.number }}/head
# ref: ${{ github.head_ref }}
# ref: ${{github.event.pull_request.head.ref}}

- name: Use Node.js
uses: actions/setup-node@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
head-branch-regex: '.*'
title-template: ''
body-template: '[Preview Tests](https://raw.githack.com/w3c/aria-at/%headbranch%/build/index.html)'
body-template: '[Preview Tests](https://raw.githack.com/howard-e/aria-at/%headbranch%/build/index.html)'
body-update-action: prefix
body-uppercase-head-match: false
69 changes: 39 additions & 30 deletions build/index.html

Large diffs are not rendered by default.

1,044 changes: 1,044 additions & 0 deletions build/review/alert-test.html

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions build/review/alert.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

55 changes: 29 additions & 26 deletions build/review/banner.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading