mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
ci(tests): fix testss name in ci
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user