Skip to content

Commit

Permalink
ci: add build artefacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Bansal committed May 6, 2024
1 parent 9681a2a commit 4a83fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
registry-url: https://npm.pkg.github.com/

- name: Install Rush
run: node common/scripts/install-run-rush.js install
run: node common/scripts/install-run-rush.js install && node common/scripts/install-run-rush.js build

- name: Run Tests
working-directory: ./aform
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
registry-url: https://npm.pkg.github.com/

- name: Install Rush
run: node common/scripts/install-run-rush.js install
run: node common/scripts/install-run-rush.js install && node common/scripts/install-run-rush.js build

- name: Run Tests
working-directory: ./atable
Expand Down

0 comments on commit 4a83fcc

Please sign in to comment.