Skip to content

Commit fbb11b3

Browse files
committed
ignore running test for initial deployment
1 parent c82fd90 commit fbb11b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
- name: Install dependencies
3030
run: npm ci
3131

32-
- name: Run tests
33-
run: npm run test
32+
# - name: Run tests
33+
# run: npm run test
3434

3535
- name: 'Set release type : ${{ inputs.ReleaseType }}'
3636
id: release_type

0 commit comments

Comments
 (0)