c5
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 25s

This commit is contained in:
2025-05-22 20:44:37 +08:00
parent 684f918e9a
commit ae19612506

View File

@ -16,8 +16,10 @@ jobs:
- name: List files in the repository
run: |
docker build -t file -f docker/docker-file/Dockerfile .
echo "The workflow is now ready to test your code on the runner.000"
ls /workspace/docker/docker-file/
echo "The workflow is now ready to test your code on the runner.111"
cd docker/docker-file/
cd /workspace/docker/docker-file/
echo "The workflow is now ready to test your code on the runner.222"
docker compose up -d
- run: echo "🍏 This job's status is ${{ job.status }}."