Skip to content

Commit

Permalink
CI: On Ruby 2.7, also run EXECJS_RUNTIME=Node
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle authored and albb0920 committed Sep 9, 2022
1 parent 55b4a7a commit 9cbb677
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ jobs:
uses: actions/setup-node@v1

- name: Run tests
env:
EXECJS_RUNTIME: MiniRacer
run: bundle exec rake spec

- name: Run tests on EXECJS_RUNTIME=Node
if: ${{ matrix.ruby == '2.7' }}
env:
EXECJS_RUNTIME: Node
run: bundle exec rake spec

0 comments on commit 9cbb677

Please sign in to comment.