Skip to content

Commit

Permalink
Removed ignore errors option
Browse files Browse the repository at this point in the history
  • Loading branch information
ufierro authored Aug 9, 2021
1 parent ae0125b commit 9d73c45
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
run: mvn --batch-mode --update-snapshots compile

- name: Authenticate Java Maven project with BoM
# This is only here to allow the job to continue
# by removing this line, the job will fail
continue-on-error: true
#--> Run the GitHub action
# This 'env' block is necessary because github actions will try to pass the current variables for JAVA_HOME and JDK_HOME to the container
# only include this if your workflow uses the 'setup-java' actions or sets those environment varialbes (JAVA_HOME, PATH)
Expand All @@ -48,9 +45,6 @@ jobs:
run: mvn --batch-mode --update-snapshots verify

- name: Authenticate JAR with BoM
# This is only here to allow the job to continue
# by removing this line, the job will fail
continue-on-error: true
#--> Run the GitHub action
# uses: codenotary/[email protected]
# This 'env' block is necessary because github actions will try to pass the current variables for JAVA_HOME and JDK_HOME to the container
Expand Down

0 comments on commit 9d73c45

Please sign in to comment.