Skip to content

Commit

Permalink
List deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 139841b commit 8347840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle list
- name: Run tests
uses: coactions/setup-xvfb@v1
with:
Expand All @@ -64,6 +65,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle list
- name: Run tests
run: bundle exec rake spec

Expand All @@ -85,5 +87,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- run: bundle list
- name: Run tests
run: bundle exec rake spec

0 comments on commit 8347840

Please sign in to comment.