Explorar el Código

Update main.yml

main
Steve Ruiz hace 3 años
padre
commit
e161d027a4
Se han modificado 1 ficheros con 4 adiciones y 3 borrados
  1. 4
    3
      .github/workflows/main.yml

+ 4
- 3
.github/workflows/main.yml Ver fichero

@@ -5,12 +5,13 @@ jobs:
5 5
     runs-on: ubuntu-latest
6 6
     steps:
7 7
       - uses: actions/checkout@v2
8
+      # install modules
8 9
       - name: Install modules
9 10
         run: yarn
10
-      # buikd
11
+      # build
11 12
       - name: Build
12
-        run: yarn build
13
-      # unit tests
13
+        run: yarn build:packages
14
+      # run unit tests
14 15
       - name: Jest Annotations & Coverage
15 16
         uses: mattallty/jest-github-action@v1.0.3
16 17
         env:

Loading…
Cancelar
Guardar