diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6b4051c29..424eb9580 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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