Skip to content

Commit

Permalink
fix on
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 25, 2024
1 parent bab2f85 commit e730b1f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
@@ -1,8 +1,10 @@
on:
- repository_dispatch
- workflow_dispatch
- push
- pull_request
push:
branches:
- master
pull_request:
workflow_dispatch:
repository_dispatch:

env:
CUSTOM_OUTPUT_RELATIVE_PATH: lychee/custom_output.md
Expand All @@ -12,7 +14,6 @@ env:
jobs:
lychee-action:
runs-on: ubuntu-latest
continue-on-error: true
name: Test the lychee link checker action
steps:
- name: Checkout
Expand Down Expand Up @@ -110,6 +111,7 @@ jobs:
with:
args: --verbose --no-progress fixtures/empty.md
debug: true
continue-on-error: true

# Explictly check the exit code of the previous step
# as it's expected to fail
Expand Down

0 comments on commit e730b1f

Please sign in to comment.