update
Some checks failed
test / container-job (push) Failing after 48s

This commit is contained in:
tqcq
2025-07-30 17:38:16 +08:00
parent cc3b8d087b
commit 7b16f58648

View File

@@ -5,8 +5,11 @@ jobs:
container-job:
runs-on: ubuntu-22.04
container:
image: ghcr.io/catthehacker/ubuntu:full-22.04
image: busybox
options: --cpus 1
steps:
- name: Check
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)
- uses: actions/checkout@v4
- name: list
run: ls /workspace