Skip to content

Commit

Permalink
Update npm-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinaba-ghosh authored Feb 6, 2025
1 parent 9782549 commit 8f357d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run Tests
run: |
npx playwright install --with-deps chromium
npm test
# - name: Run Tests
# run: |
# npx playwright install --with-deps chromium
# npm test

- name: Build the package
run: npm run build
Expand All @@ -55,4 +55,4 @@ jobs:
git config user.name "${{ secrets.GIT_USER_NAME }}"
git config user.email "${{ secrets.GIT_USER_EMAIL }}"
git push
git push --tags
git push --tags

0 comments on commit 8f357d3

Please sign in to comment.