Skip to content

Rename 01_storeunit.md to 01_StoreUnit.md (#185) #187

Rename 01_storeunit.md to 01_StoreUnit.md (#185)

Rename 01_storeunit.md to 01_StoreUnit.md (#185) #187

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