From 023c435b9389b7888802c5ec2c593a96b7af7404 Mon Sep 17 00:00:00 2001 From: Jordan Sissel <131818+jordansissel@users.noreply.github.com> Date: Mon, 24 Oct 2022 20:22:38 -0700 Subject: [PATCH] Trying GitHub Actions for testing Attempting to figure out why rspec passes but the action still fails. --- .github/workflows/ruby.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 91543aa8e9..3b4b2168f4 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -36,4 +36,8 @@ jobs: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically - name: Run tests - run: bundle exec rspec + run: | + set +e + echo "one" + false + echo "two"