This commit is contained in:
parent
ee6debb715
commit
c94cca2272
1 changed files with 2 additions and 2 deletions
4
.github/workflows/run_node_tests.yml
vendored
4
.github/workflows/run_node_tests.yml
vendored
|
@ -1,11 +1,11 @@
|
||||||
name: discord bot tests
|
name: CI
|
||||||
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
discord_bot_tests:
|
discord_bot_tests:
|
||||||
runs-on: node
|
runs-on: node
|
||||||
name: discord bot tests
|
name: CI
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
|
|
Loading…
Add table
Reference in a new issue