Skip to content

Commit

Permalink
put error in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jukzi authored Dec 6, 2023
1 parent b89f8ee commit 04253b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
check-merge-commits:
if: github.event_name == 'pull_request'
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master

build:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
steps:
- uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master
- name: Try to fail
run: exit 1
- name: Print message if we don't fail
run: echo Should not get here

0 comments on commit 04253b0

Please sign in to comment.