We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0147d9 commit 3fd98f9Copy full SHA for 3fd98f9
.github/workflows/release.yml
@@ -8,18 +8,18 @@ env:
8
UPLOAD_LAMBDA: false
9
10
jobs:
11
- test:
12
- name: Test lambda function
13
- runs-on: ubuntu-latest
+ # test:
+ # name: Test lambda function
+ # runs-on: ubuntu-latest
14
15
- steps:
16
- - uses: actions/checkout@v2
+ # steps:
+ # - uses: actions/checkout@v2
17
18
- - name: Install dependencies
19
- run: yarn install
+ # - name: Install dependencies
+ # run: yarn install
20
21
- - name: Test
22
- run: yarn test
+ # - name: Test
+ # run: yarn test
23
24
build-and-upload:
25
name: Build GitHub action and AWS lambda function
0 commit comments