Skip to content

Commit

Permalink
Split test tasks in GH Action (#1562)
Browse files Browse the repository at this point in the history
Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
  • Loading branch information
andyw8 and andyw8 committed Nov 1, 2022
1 parent dad31d9 commit 8b84b8b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ jobs:
ruby-version: ${{ matrix.version }}
bundler-cache: true
- name: Set up Node
uses: actions/setup-node@v2-beta
uses: actions/setup-node@v3
with:
node-version: '12'
- name: Install Dependencies
run: |
yarn
- name: Run Tests
run: |
yarn test
bundle exec rake test
- name: Install Yarn Dependencies
run: yarn
- name: Run Yarn Tests
run: yarn test
- name: Run Ruby Tests
run: bundle exec rake test

0 comments on commit 8b84b8b

Please sign in to comment.