Skip to content

Commit

Permalink
Validate build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmallen99 committed Aug 29, 2024
1 parent 69bafb0 commit 5513ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:

- name: Run benchmark parser tests
run: npm test -w benchmark-parser

- name: Validate JavaScript build
run: |
cd apps/benchmarking-test-app
npm install
npm run build:ios:release

0 comments on commit 5513ae1

Please sign in to comment.