Merge branch 'main' into fix-ws-resume

This commit is contained in:
ITOH
2021-04-15 10:49:11 +02:00

View File

@@ -17,7 +17,7 @@ jobs:
- name: Cache dependencies
run: deno cache --no-check mod.ts
- name: Run test script for maintainers
if: ${{ github.actor === "ayntee" || github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
if: ${{ github.actor == "ayntee" || github.actor == 'Skillz4Killz' || github.actor == 'itohatweb' }}
run: deno test --unstable --coverage=./coverage -A --no-check tests/mod.ts
- name: Run test script if label added
if: ${{ github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests' }}