From 9dabd8e65d68f21ce8596ca692fbb18554022d7d Mon Sep 17 00:00:00 2001 From: Ami Mahloof Date: Tue, 6 Feb 2024 15:31:02 -0500 Subject: [PATCH] 3 --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a1465f0..1b8ff6b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,12 +17,13 @@ jobs: uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 - run: bundle config github.com ${{ secrets.CI_READ_COMMON }} env: BUNDLE_GITHUB__COM: x-access-token:${{ secrets.CI_READ_COMMON }} with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically + - run: bundle config github.com ${{ secrets.CI_READ_COMMON }} + - name: Run RSpec Test run: bundle exec rspec spec/lib.descope