From 0b2c3ee702237d4b191c244c19baf422f989fc27 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 27 Aug 2022 10:11:53 +0200 Subject: [PATCH] Add test for when there is no Gemfile --- .github/workflows/test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 47b75fe..84f6e91 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -139,6 +139,17 @@ jobs: if: startsWith(matrix.os, 'windows') && startsWith(matrix.ruby, 'jruby') run: gem install sassc + testNoGemfile: + name: "Test with no Gemfile" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - run: rm Gemfile + - uses: ./ + with: + ruby-version: '2.6' + - run: ruby -v + testLatestRubygemsVersion: name: "Test rubygems: latest upgrades the default RubyGems version" runs-on: ubuntu-latest