Skip to content

Commit d93525b

Browse files
committed
fix: tests and move to TS
1 parent f269f52 commit d93525b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: testomatio/check-tests@master
1313
with:
1414
framework: codeceptjs
15-
tests: "./todomvc-tests/**_test.js"
15+
tests: "./todomvc-tests/**_test.ts"
1616
token: ${{ secrets.GITHUB_TOKEN }}
1717
has-tests-label: true
1818

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
uses: actions/setup-node@v3
2525
with:
2626
node-version: ${{ matrix.node-version }}
27-
- run: npm i && npx playwright install chromium
2827
- name: Run tests
2928
run: |
3029
npm i && npx playwright install chromium

0 commit comments

Comments
 (0)