diff --git a/.github/workflows/deply-alpha.yml b/.github/workflows/deply-alpha.yml index 5eebd458..353b766c 100644 --- a/.github/workflows/deply-alpha.yml +++ b/.github/workflows/deply-alpha.yml @@ -38,6 +38,7 @@ jobs: - name: Install dependencies working-directory: ./${{matrix.app.dir}} + continue-on-error: true run: npm ci --no-audit - name: Run tests