Skip to content

Commit

Permalink
Parse full animation-range syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesodland committed Feb 25, 2024
1 parent 398b1f6 commit 7afa913
Show file tree
Hide file tree
Showing 9 changed files with 2,758 additions and 248 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
- name: Build
run: "npm run build"
- name: Unit tests
run: "npm run test:unit"
- name: Checkout WPT
run: "npm run test-setup"
- name: WPT hosts
Expand Down
Loading

0 comments on commit 7afa913

Please sign in to comment.