mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 01:10:07 +00:00
test different quote
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Cache dependencies
|
||||
run: deno cache --no-check mod.ts
|
||||
- name: Run test script
|
||||
if: ${{ (github.actor.login == "Skillz4Killz" || github.actor.login == "itohatweb" || github.actor.login == "ayntee") || (github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests') }}
|
||||
if: ${{ (github.actor.login == 'Skillz4Killz' || github.actor.login == 'itohatweb' || github.actor.login == 'ayntee') || (github.event_name == 'pull_request' && github.event.action == 'labeled' && github.event.label.name == 'run-tests') }}
|
||||
run: deno test -A --no-check
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user