fix: outdated workflow yaml
All checks were successful
build / build (pull_request) Successful in 2m36s
build / build (push) Successful in 2m38s

This commit is contained in:
张泊明518370910136 2025-03-02 13:25:40 -05:00
parent 26ea5cfd8e
commit 6bdd689176
GPG Key ID: D47306D7062CDA9D
3 changed files with 7 additions and 7 deletions

View File

@ -4,16 +4,16 @@ on: [push]
jobs: jobs:
run: run:
container: container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim runs-on: focs-latest-slim
volumes: volumes:
- /home/tt/.config:/home/tt/.config - /home/tt/.config:/home/tt/.config
- /home/tt/.cache:/home/tt/.cache - /home/tt/.cache:/home/tt/.cache
- /home/tt/.ssh:/home/tt/.ssh - /home/tt/.ssh:/home/tt/.ssh
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: actions/checkout@focs
with: with:
fetch-depth: 0 fetch-depth: 0
- name: run joj3 - name: Run joj3
run: | run: |
sudo -E -u tt joj3 -conf-root /home/tt/.config/joj/tests/homework sudo -E -u tt joj3 -conf-root /home/tt/.config/joj/tests/homework

View File

@ -5,17 +5,17 @@ on:
jobs: jobs:
run: run:
runs-on: focs-latest-slim
container: container:
image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:focs-ubuntu-latest-slim
volumes: volumes:
- /home/tt/.config:/home/tt/.config - /home/tt/.config:/home/tt/.config
- /home/tt/.cache:/home/tt/.cache - /home/tt/.cache:/home/tt/.cache
- /home/tt/.ssh:/home/tt/.ssh - /home/tt/.ssh:/home/tt/.ssh
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: actions/checkout@focs
with: with:
fetch-depth: 0 fetch-depth: 0
- name: run joj3 - name: Run joj3
run: | run: |
sudo -E -u tt joj3 -conf-root "/home/tt/.config/joj/tests/homework" -conf-name "conf-release.json" -tag "${{ github.ref_name }}" sudo -E -u tt joj3 -conf-root "/home/tt/.config/joj/tests/homework" -conf-name "conf-release.json" -tag "${{ github.ref_name }}"

View File

@ -62,7 +62,7 @@
"-repoSize=50.5", "-repoSize=50.5",
"-meta=README.md", "-meta=README.md",
"-meta=Changelog.md", "-meta=Changelog.md",
"-checkFileSumList=a5b63323a692d3d8b952442969649b4f823d58dae26429494f613df160710dfc,b1bbad25b830db0a77b15a033f9ca1b7ab44c1d2d05056412bd3e4421645f0bf,f6740081487ca34963a005209e2e9adfdf6f3561719af082d40fe80145e0cceb,bbeca1491c2f8364821a328a6677c0c5d59ccd60250abac3cec0887eeb9bde3e", "-checkFileSumList=a5b63323a692d3d8b952442969649b4f823d58dae26429494f613df160710dfc,b1bbad25b830db0a77b15a033f9ca1b7ab44c1d2d05056412bd3e4421645f0bf,2ba059f3977e2e3dee6cacbfbf0ba2578baa1b8e04b4977aec400868b6e49856,bf7d181362affdcc72aac33f3520e4e6371adc48ea62a6f24524b4a3e76724c5",
"-checkFileNameList=.gitignore,.gitattributes,.gitea/workflows/push.yaml,.gitea/workflows/release.yaml" "-checkFileNameList=.gitignore,.gitattributes,.gitea/workflows/push.yaml,.gitea/workflows/release.yaml"
] ]
}, },