Skip to content

Commit

Permalink
CI: Investigate bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHermitte committed Aug 23, 2024
1 parent 54f2545 commit beac7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
- name: Run tests on Linux
if: runner.os == 'Linux' # headless execution is required on Linux
run: |
bundle list
xvfb-run bundle exec rake ci
- name: Run tests on ${{ matrix.os }}
if: runner.os != 'Linux'
run: |
bundle exec rake ci

0 comments on commit beac7b0

Please sign in to comment.