diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 671fcc2..9694400 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -16,6 +16,8 @@ jobs: - name: List files in the repository run: | docker build -t localhost/file:v2 -f docker/docker-file/Dockerfile . + echo "The workflow is now ready to test your code on the runner.111" cd 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 }}." \ No newline at end of file