Skip to content

Commit 8f357d3

Browse files
Update npm-release.yml
1 parent 9782549 commit 8f357d3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/npm-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: Install dependencies
3535
run: npm install
3636

37-
- name: Run Tests
38-
run: |
39-
npx playwright install --with-deps chromium
40-
npm test
37+
# - name: Run Tests
38+
# run: |
39+
# npx playwright install --with-deps chromium
40+
# npm test
4141

4242
- name: Build the package
4343
run: npm run build
@@ -55,4 +55,4 @@ jobs:
5555
git config user.name "${{ secrets.GIT_USER_NAME }}"
5656
git config user.email "${{ secrets.GIT_USER_EMAIL }}"
5757
git push
58-
git push --tags
58+
git push --tags

0 commit comments

Comments
 (0)