Skip to content

Commit

Permalink
Revert "Generated tests and review pages output improvements (#441)" (#…
Browse files Browse the repository at this point in the history
…449)

This reverts commit 01c2656.
  • Loading branch information
howard-e authored Jun 15, 2021
1 parent e667a59 commit 4ca7842
Show file tree
Hide file tree
Showing 638 changed files with 4,301 additions and 21,266 deletions.
13 changes: 0 additions & 13 deletions .gitattributes

This file was deleted.

11 changes: 4 additions & 7 deletions .github/workflows/generate-and-commit-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
- name: Install dependencies
run: npm ci

# - name: Generate test files
# run: npm run create-all-tests
- 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
- name: Generate review files
run: npm run review-tests

- uses: stefanzweifel/git-auto-commit-action@v4
with:
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/w3c/aria-at/%headbranch%/index.html)'
body-update-action: prefix
body-uppercase-head-match: false
11 changes: 2 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
/node_modules
.#*
.DS_*

# Ignore locally generated files files
/index.html
/review
/tests/*/*.html
/tests/*/*.json
.#*

# Preserve all the contents of /tests/resources
!/tests/resources/*
.DS_*
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ You can participate by:

This project is managed by the [Authoring Practices Task Force](https://www.w3.org/WAI/ARIA/task-forces/practices/) of the [ARIA Working Group](http://www.w3.org/WAI/ARIA/). The W3C staff contact is [Michael Cooper](http://www.w3.org/People/cooper/).

## Running Locally
Documentation for running this locally is available at [docs/LOCAL_DEVELOPMENT.md](docs/LOCAL_DEVELOPMENT.md).

## Conduct

All contributors to this project are expected to adhere to the [W3C Code of Ethics and Professional Conduct](https://www.w3.org/Consortium/cepc/).
Expand Down
81 changes: 0 additions & 81 deletions build/tests/checkbox-tri-state/reference/checkbox-tri-state.html

This file was deleted.

89 changes: 0 additions & 89 deletions build/tests/checkbox-tri-state/reference/css/checkbox.css

This file was deleted.

149 changes: 0 additions & 149 deletions build/tests/checkbox-tri-state/reference/js/checkboxMixed.js

This file was deleted.

Loading

0 comments on commit 4ca7842

Please sign in to comment.