Skip to content

Commit

Permalink
feat: Updated .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] committed Jan 27, 2024
1 parent be8bd3c commit be0207b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Run tests
run: npm run test:ci
run: npm run test
- name: Upload coverage
uses: actions/upload-artifact@v2.2.4
with:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
name: dist
path: dist
- name: Run integration tests
run: npm run test:integration:ci
run: npm run test:integration
build_storybook:
name: Build docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit be0207b

Please sign in to comment.