Преглед изворни кода

Update ci.yml (#25466)

Unit tests run off of source, they don't use the build.
Ed Preston пре 2 година
родитељ
комит
7da79d5d95
1 измењених фајлова са 0 додато и 2 уклоњено
  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