aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-17 16:30:22 +0800
committer简律纯 <i@jyunko.cn>2024-01-17 16:30:22 +0800
commit81a4d9fa63c4378e0afee4d9f8d1bef9528736f5 (patch)
tree504a6cd94be513e4b0e8824b9b95a223ccf374c4 /.github/workflows/test.yml
parentbf445b19e830acce98d6e57068df43dcee5fbd2d (diff)
downloadipm-81a4d9fa63c4378e0afee4d9f8d1bef9528736f5.tar.gz
ipm-81a4d9fa63c4378e0afee4d9f8d1bef9528736f5.zip
fix(ci): test -> tests
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f1648eb..f4c789f 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,5 +26,5 @@ jobs:
- name: test api
run: |
- cd test
+ cd tests
python -m test-api.py \ No newline at end of file