Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ss-themer into vitest
  • Loading branch information
RyanClementsHax committed Oct 26, 2024
2 parents cfbe6f8 + 37c400d commit 2fa2143
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
node-version: 22
- name: restore dependencies
uses: bahmutov/npm-install@v1
- name: restore dependencies
uses: bahmutov/npm-install@v1
with:
working-directory: e2e
- run: npm run lint:all
type_check:
name: type check
Expand Down Expand Up @@ -43,7 +47,7 @@ jobs:
if: always()
uses: davelosert/vitest-coverage-report-action@v2
e2e:
timeout-minutes: 60
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
14 changes: 7 additions & 7 deletions e2e/package-lock.json

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

0 comments on commit 2fa2143

Please sign in to comment.