diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 1cf844e..1dc90f6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,4 +9,7 @@ jobs: name: check and test steps: - name: test - run: echo "Hello from Gitea Action11s!" && pwd \ No newline at end of file + run: echo "Hello from Gitea Action11s!" && pwd + steps: + - name: test2 + run: docker ps -a \ No newline at end of file