Skip to content

Commit 6e80c72

Browse files
committed
Remove test job from deploy action since it is already present in tests.yml
1 parent 303dd6b commit 6e80c72

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,30 +11,6 @@ on:
1111
- main
1212

1313
jobs:
14-
test:
15-
# The type of runner that the job will run on
16-
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
17-
runs-on: ubuntu-latest
18-
19-
strategy:
20-
matrix:
21-
node-version: [16.x]
22-
23-
# Steps represent a sequence of tasks that will be executed as part of the job
24-
steps:
25-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@v2
27-
- name: Use Node.js ${{ matrix.node-version }}
28-
uses: actions/setup-node@v2
29-
with:
30-
node-version: ${{ matrix.node-version }}
31-
cache: 'npm'
32-
- run: npm install
33-
- run: npm run lint
34-
- run: sudo npx playwright install-deps
35-
- run: npm run test
36-
- run: npm run build:prod
37-
3814
build_and_deploy_job:
3915
needs: test
4016
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')

0 commit comments

Comments
 (0)