mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 09:20:08 +00:00
for the love of god
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: Test logs
|
||||
run: echo ::warning file={github.actor.login},line={github.event_name},col={github.event.action}::{message}
|
||||
run: echo ::warning file={name},line={line},col={col}::{github.actor.login}
|
||||
- name: Run test script for Devs
|
||||
if: ${{ github.actor.login == 'Skillz4Killz' || github.actor.login == 'itohatweb' || github.actor.login == 'ayntee' }}
|
||||
run: deno test -A --no-check
|
||||
|
||||
Reference in New Issue
Block a user