fix: unit test for deployment (#2003)

This commit is contained in:
Alex Varchuk 2022-05-12 15:31:35 +03:00 committed by GitHub
parent 858f1a4d1d
commit ed7b665c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View File

@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm ci && npm ci --prefix cli
- run: npm test
e2e-tests:
needs: [bundle]

View File

@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm ci && npm ci --prefix cli
- run: npm test
e2e-tests:
needs: [bundle]

View File

@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm ci --prefix cli
- run: npm ci && npm ci --prefix cli
- run: npm run bundle
- run: npm test