We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9782549 commit 8f357d3Copy full SHA for 8f357d3
.github/workflows/npm-release.yml
@@ -34,10 +34,10 @@ jobs:
34
- name: Install dependencies
35
run: npm install
36
37
- - name: Run Tests
38
- run: |
39
- npx playwright install --with-deps chromium
40
- npm test
+ # - name: Run Tests
+ # run: |
+ # npx playwright install --with-deps chromium
+ # npm test
41
42
- name: Build the package
43
run: npm run build
@@ -55,4 +55,4 @@ jobs:
55
git config user.name "${{ secrets.GIT_USER_NAME }}"
56
git config user.email "${{ secrets.GIT_USER_EMAIL }}"
57
git push
58
- git push --tags
+ git push --tags
0 commit comments