Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
ci: delete build aritfacts after the build test
Browse files Browse the repository at this point in the history
This is need because otherwise the app can't run because nodejs findes
two files he could load and then he can't load any file.
  • Loading branch information
ResuBaka committed Jan 25, 2020
1 parent 5f947fa commit a6bab04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: yarn build
run: |
yarn build
yarn prebuild:packages
env:
CI: true
- name: yarn unit test
Expand Down

0 comments on commit a6bab04

Please sign in to comment.