Skip to content

Commit

Permalink
test: fix dev test
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshpastakia committed Oct 13, 2024
1 parent e638f5f commit bdf595e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:

# Runs a set of commands using the runners shell
- name: Install packages
run: |
yarn
run: yarn

- name: Build packages
run: yarn dist

- name: Run test
run: yarn test

0 comments on commit bdf595e

Please sign in to comment.