JOJ3-config-generator/tests/convert/clang-tidy/immutable_files/release.yaml
李衍志523370910113 4adda6e716
Some checks failed
build / build (push) Has been cancelled
build / build (pull_request) Failing after 2m32s
chore: restructure immutable files
2025-02-27 11:29:01 +08:00

22 lines
635 B
YAML

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