Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 858a864

Browse files
committed
Removed e2e tests from the build
1 parent 988d720 commit 858a864

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,7 @@ on:
66
pull_request:
77
branches: [ master ]
88

9-
jobs:
10-
e2e:
11-
runs-on: ubuntu-latest
12-
13-
steps:
14-
- uses: actions/checkout@v2
15-
16-
- name: Install dependencies
17-
run: npm ci
18-
19-
- name: Run E2E tests
20-
run: npm run e2e
21-
9+
jobs:
2210
unit-test:
2311
runs-on: ubuntu-latest
2412

0 commit comments

Comments
 (0)