Skip to content

Commit 9d0e9c3

Browse files
committed
test
1 parent 8b3c1d5 commit 9d0e9c3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/render.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
push:
99
branches:
10-
- main
10+
- render-config
1111

1212
jobs:
1313
build:

test/controllers/posts_controller_test.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ class PostsControllerTest < ActionDispatch::IntegrationTest
2020

2121
assert { post }
2222
end
23+
24+
test 'should fail' do
25+
assert { false }
26+
end
2327
end

0 commit comments

Comments
 (0)