Skip to content

Commit

Permalink
Split test tasks in GH Action (Shopify#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
2 people authored and fabriazza committed Feb 1, 2023
1 parent 07ddb8e commit 1eec47f
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 1eec47f

Please sign in to comment.