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

This commit is contained in:
tqcq
2025-07-30 17:43:17 +08:00
parent 7b16f58648
commit c7eb61d771

View File

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