Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 1ed1b71

Browse files
committed
feat: should timeout for 404 url
1 parent 17c79ad commit 1ed1b71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,8 @@ jobs:
1313
id: waitFor200
1414
with:
1515
url: "https://jake.partus.ch"
16+
- name: Should timeout for non-existant url
17+
uses: ./ # Uses an action in the root directory
18+
id: waitFor404
19+
with:
20+
url: "https://askldsdjklflkjasdf.com"

0 commit comments

Comments
 (0)