Skip to content

Commit b19a803

Browse files
committed
ci: no js tests
1 parent 69ba338 commit b19a803

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,7 @@ on:
55
name: Release
66

77
jobs:
8-
test:
9-
runs-on: ubuntu-latest
10-
11-
steps:
12-
- name: Checkout
13-
uses: actions/checkout@v2
14-
15-
- name: Use Node.js v10
16-
uses: actions/setup-node@v1
17-
with:
18-
node-version: 10.x
19-
20-
- name: yarn install, lint and test
21-
run: |
22-
yarn install --frozen-lockfile
23-
yarn lint
248
buildECR:
25-
needs: test
269

2710
name: Build image and push to Amazon ECR
2811
runs-on: ubuntu-latest
@@ -58,7 +41,6 @@ jobs:
5841
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
5942
6043
buildDocker:
61-
needs: test
6244

6345
name: Build image and push to Docker Hub
6446
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)