mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-04 01:40:08 +00:00
ci: another attempt to fix CI
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -4,12 +4,12 @@ on:
|
||||
types: labeled
|
||||
jobs:
|
||||
test:
|
||||
if: github.event.label.name == 'run-tests'
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.label.name == 'run-tests'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: denolib/setup-deno@v2
|
||||
- name: Run test script
|
||||
run: deno test --allow-net --allow-env
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
run: deno test --allow-net --allow-env ./test
|
||||
env:
|
||||
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user