Skip to content

Commit

Permalink
fix: unit test for deployment (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVarchuk authored May 12, 2022
1 parent 858f1a4 commit ed7b665
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ed7b665

Please sign in to comment.