Skip to content

Commit

Permalink
intentional fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakob-SA committed Nov 25, 2024
1 parent 7234200 commit e0c6b71
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,16 @@ jobs:
docker-compose --env-file .env.prod -f docker-compose.prod.yml up -d
EOF
intentionally-fail:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Intentionally fail the build
run: exit 1

create-issue-on-failure:
runs-on: ubuntu-latest
needs: build-and-test
Expand Down

0 comments on commit e0c6b71

Please sign in to comment.