Explorar el Código

Update ci.yml (#25466)

Unit tests run off of source, they don't use the build.
Ed Preston hace 2 años
padre
commit
7da79d5d95
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      .github/workflows/ci.yml

+ 0 - 2
.github/workflows/ci.yml

@@ -46,8 +46,6 @@ jobs:
           cache: 'npm'
       - name: Install packages
         run: npm ci
-      - name: Build
-        run: npm run build
 
       - name: === Unit testing ===
         run: npm run test-unit