Skip to content

Commit e9f9145

Browse files
committed
ci(continue-on-error): runs-on non exisiting runners demo
1 parent d28539c commit e9f9145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continu-on-error.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: [linux, docker, x86_64]
88

99
steps:
1010
- name: Run tests

0 commit comments

Comments
 (0)