Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1025 from Shopify/update-ci-build
Browse files Browse the repository at this point in the history
Add a build step in the git CI workflow
  • Loading branch information
melissaluu authored Oct 30, 2023
2 parents aa307cd + b84eef9 commit 2279f54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .changeset/ten-jokes-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
node-version: ${{ matrix.version }}
- name: Install
run: yarn install
- name: Build
run: yarn build
- name: Lint
run: yarn lint
- name: Test
Expand Down

0 comments on commit 2279f54

Please sign in to comment.