ci(action): update

This commit is contained in:
Leifer Mendez
2022-12-08 20:12:11 +01:00
parent 294bfbb35f
commit cf6188d860

View File

@@ -23,3 +23,7 @@ jobs:
- run: corepack enable
- name: Install NPM Dependencies
run: yarn install --immutable --network-timeout 300000
- name: Build
run: yarn build
- name: Test
run: yarn test