mirror of
https://github.com/jlengrand/check-html-links-action-test.git
synced 2026-03-10 08:51:20 +00:00
Moves failing job to another workflow to be less scary
This commit is contained in:
13
.github/workflows/main-failing.yml
vendored
Normal file
13
.github/workflows/main-failing.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check_html_links_failing_job:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: A job to test check-html-links-action that should fail
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: check-html-links-action step
|
||||||
|
id: check-links
|
||||||
|
uses: jlengrand/check-html-links-action@v02
|
||||||
|
with:
|
||||||
|
doc-folder: 'test-site-failing'
|
||||||
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -11,13 +11,3 @@ jobs:
|
|||||||
uses: jlengrand/check-html-links-action@v02
|
uses: jlengrand/check-html-links-action@v02
|
||||||
with:
|
with:
|
||||||
doc-folder: 'test-site'
|
doc-folder: 'test-site'
|
||||||
check_html_links_failing_job:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
name: A job to test check-html-links-action that should fail
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- name: check-html-links-action step
|
|
||||||
id: check-links
|
|
||||||
uses: jlengrand/check-html-links-action@v02
|
|
||||||
with:
|
|
||||||
doc-folder: 'test-site-failing'
|
|
||||||
Reference in New Issue
Block a user