mirror of
https://github.com/TriM-Organization/LiteyukiBot-TriM.git
synced 2024-11-11 01:27:29 +08:00
🔥 移除测试工作流
This commit is contained in:
parent
ecbe1ff79e
commit
c657781599
23
.github/workflows/liteyuki-test.yml
vendored
23
.github/workflows/liteyuki-test.yml
vendored
@ -1,23 +0,0 @@
|
|||||||
name: LiteyukiBot test
|
|
||||||
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python 3.11.0 Env
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: 3.11.0
|
|
||||||
- name: Install dependencies for LiteyukiBot
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r requirements.txt
|
|
||||||
- name: Run tests
|
|
||||||
run: |
|
|
||||||
python main.py
|
|
Loading…
Reference in New Issue
Block a user