Skip to content

fixed template and problem in the doc #74

fixed template and problem in the doc

fixed template and problem in the doc #74

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/set-timezone@v2.0
with:
timezoneLinux: "Asia/Shanghai"
- name: Use docker run all tests
run: |
bash /home/run_ci.sh
shell: bash