ci(tests): fix testss name in ci

This commit is contained in:
Skillz4Killz
2022-05-31 14:23:01 +00:00
committed by GitHub
parent 0ab109fc43
commit 6e0b53e712
+2 -2
View File
@@ -7,7 +7,7 @@ on:
- "helpers/**"
- "plugins/**"
- "rest/**"
- "testss/**"
- "tests/**"
- "transformers/**"
- "template/**"
- "types/**"
@@ -32,7 +32,7 @@ jobs:
run: deno cache template/beginner/mod.ts template/bigbot/src/bot/mod.ts template/bigbot/src/gateway/mod.ts template/bigbot/src/rest/mod.ts template/minimal/mod.ts
- name: Run test script for maintainers
if: ${{ github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --coverage=coverage -A testss/ --jobs
run: deno test --coverage=coverage -A tests/ --jobs
- name: Create coverage report
if: github.ref == 'refs/heads/main'
run: deno coverage --exclude=tests ./coverage --lcov > coverage.lcov