Skip to content

Commit ccb953f

Browse files
authored
fix(): dont run tests
1 parent 0669bf6 commit ccb953f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ jobs:
3535
uses: actions/setup-node@v1
3636
with:
3737
node-version: ${{ env.NODE_VERSION }}
38-
- name: npm install, build, and test
38+
- name: npm install, build
3939
run: |
4040
# Build and test the project, then
4141
# deploy to Azure Web App.
4242
npm install
4343
npm run build --if-present
44-
npm run test --if-present
4544
- name: 'Deploy to Azure WebApp'
4645
uses: azure/webapps-deploy@v2
4746
with:

0 commit comments

Comments
 (0)