sangge-redmi 6e07893e0d
Some checks failed
Build and Push Base Image / build-and-push (push) Failing after 2m21s
update ci
2025-01-16 10:17:42 +08:00

24 lines
441 B
YAML

name: Test CI
on:
push:
paths:
- "src/**"
jobs:
test:
name: test speed
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps:
- name: Checkout repository
uses: https://git.mamahaha.work/actions/checkout@v3
# - name: Run script in Docker container
# run: |
# ls $PWD/src
# docker run --rm -v .:/app git.mamahaha.work/sangge/tpre:base ls