Skip to content

Commit

Permalink
ci: cleanup build dir to test bin dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jul 31, 2024
1 parent 9ff7e3d commit cb89baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
path: node_modules
key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install
- run: yarn build-native
- run: yarn build-native && rm -rf build
- run: yarn test

0 comments on commit cb89baf

Please sign in to comment.