We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f269f52 commit d93525bCopy full SHA for d93525b
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: testomatio/check-tests@master
13
with:
14
framework: codeceptjs
15
- tests: "./todomvc-tests/**_test.js"
+ tests: "./todomvc-tests/**_test.ts"
16
token: ${{ secrets.GITHUB_TOKEN }}
17
has-tests-label: true
18
.github/workflows/test.yml
@@ -24,7 +24,6 @@ jobs:
24
uses: actions/setup-node@v3
25
26
node-version: ${{ matrix.node-version }}
27
- - run: npm i && npx playwright install chromium
28
- name: Run tests
29
run: |
30
npm i && npx playwright install chromium
0 commit comments