main #23

Merged
ccyj merged 41 commits from sangge/tpre-python:main into main 2023-11-17 20:23:56 +08:00
Showing only changes of commit b2de585483 - Show all commits

View File

@ -14,10 +14,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker container
uses: addnab/docker-run-action@v3
with:
image: git.mamahaha.work/sangge/tpre:base
options: -v .:/app # 将当前工作目录挂载到容器中
run: |
python speed_test.py # 执行Python脚本
- name: Run script in Docker container
run: |
docker run -v $PWD:/app git.mamahaha.work/sangge/tpre:base python speed_test.py