diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index f9d3f45..553e0e3 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -13,7 +13,12 @@ jobs: env: DOCKER_IMG: ${{ gitea.server_url }}/${{ gitea.repository }}:${{ gitea.ref_name }} COMPOSE_PROJECT_NAME: ${{ gitea.ref_name }}-services - COMPOSE_SERVICE_NAME: $${ ${{ gitea.repository }}##*/ } + COMPOSE_SERVICE_NAME: ${{ gitea.repository ##*/ }} steps: - run: | echo $DOCKER_IMG - $COMPOSE_PROJECT_NAME - $COMPOSE_SERVICE_NAME + + recover: + steps: + - name: The job has failed + if: ${{ failure() }}