Skip to content

Commit 3fd98f9

Browse files
committed
remove test
1 parent f0147d9 commit 3fd98f9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ env:
88
UPLOAD_LAMBDA: false
99

1010
jobs:
11-
test:
12-
name: Test lambda function
13-
runs-on: ubuntu-latest
11+
# test:
12+
# name: Test lambda function
13+
# runs-on: ubuntu-latest
1414

15-
steps:
16-
- uses: actions/checkout@v2
15+
# steps:
16+
# - uses: actions/checkout@v2
1717

18-
- name: Install dependencies
19-
run: yarn install
18+
# - name: Install dependencies
19+
# run: yarn install
2020

21-
- name: Test
22-
run: yarn test
21+
# - name: Test
22+
# run: yarn test
2323

2424
build-and-upload:
2525
name: Build GitHub action and AWS lambda function

0 commit comments

Comments
 (0)