diff options
| author | 2024-01-17 16:30:22 +0800 | |
|---|---|---|
| committer | 2024-01-17 16:30:22 +0800 | |
| commit | 81a4d9fa63c4378e0afee4d9f8d1bef9528736f5 (patch) | |
| tree | 504a6cd94be513e4b0e8824b9b95a223ccf374c4 /.github | |
| parent | bf445b19e830acce98d6e57068df43dcee5fbd2d (diff) | |
| download | ipm-81a4d9fa63c4378e0afee4d9f8d1bef9528736f5.tar.gz ipm-81a4d9fa63c4378e0afee4d9f8d1bef9528736f5.zip | |
fix(ci): test -> tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
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 |
