diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b996559..c9b8c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install NPM dependencies run: npm ci + - name: Run Webpack + run: npm run build - name: Run ESLint run: npm run lint - name: Run WDIO