Skip to content

Update self-hosted-ci-pr-checker.yaml #90

Update self-hosted-ci-pr-checker.yaml

Update self-hosted-ci-pr-checker.yaml #90

name: Run all test and generate report
on:
push:
branches:
- main
jobs:
build_test_report:
runs-on: ubuntu-22.04
container:
image: ghcr.io/xs-mlvp/uc4xs:latest
options: --env GITHUB_TOKEN=$GITHUB_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.WEB_PUSH_KEY }}
steps:
- name: Set Up timezone
uses: szenius/[email protected]
with:
timezoneLinux: "Asia/Shanghai"
- name: Use docker run all tests
run: |
bash /home/run_ci.sh
shell: bash