Fails system tests
Some checks failed
/ Checkout (push) Successful in 1m32s
/ Run tests (push) Successful in 1m6s
/ Run system tests (push) Failing after 1m35s
/ Build, push and deploy image (push) Successful in 11s

This commit is contained in:
david 2024-07-23 20:46:11 +02:00
parent fb5e2af8c2
commit 55df5bbb40
2 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,8 @@
require "test_helper"
require 'test_helper'
class CheckTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
test 'the truth' do
skip 'Need to write Check test'
assert true
end
end