Skip to content

Commit d40246f

Browse files
committed
Testing Cypress CLI
1 parent 05c055c commit d40246f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
13-
if: github.repository_owner == 'lambdatest'
13+
#if: github.repository_owner == 'lambdatest'
1414
steps:
1515
- uses: actions/checkout@v2
1616
- uses: actions/setup-node@v2
@@ -30,7 +30,7 @@ jobs:
3030
- name: PUBLISHING Cypress CLI Version ${{ github.event.release.tag_name }}
3131
run: |
3232
npm ci
33-
npm publish --access public
33+
#npm publish --access public
3434
echo "CHECKING on NPM REPO, whether new version starts reflecting there or not:";
3535
npm view lambdatest-cypress-cli versions --json
3636
env:

0 commit comments

Comments
 (0)