File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- # I really don't know the best way to test this, so commenting it all out for now.
2
- # A test would require setting up an application (probably with terraform).
3
- # Just use https://github.com/byu-oit/hello-world-api and https://github.com/byu-oit/hw-lambda-api to test for now.
4
-
5
- # name: "Test"
6
- # on:
7
- # push:
8
- # branches:
9
- # - master
1
+ name : " Test"
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
10
6
11
- # jobs:
12
- # test:
13
- # name: Test
14
- # runs-on: ubuntu-latest
15
- # steps:
16
- # - uses: actions/checkout@v1
7
+ jobs :
8
+ test :
9
+ name : Test
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v1
17
13
# - name: CodeDeploy
18
14
# uses: ./
19
15
# with:
20
16
# application-name: some-cd-app
21
17
# deployment-group-name: some-cd-group
22
- # appspec-file: some-appspec-file
18
+ # appspec-file: some-appspec-file
19
+
20
+ # I really don't know the best way to test this, so commenting it all out for now.
21
+ # A test would require setting up an application (probably with terraform).
22
+ # Just use https://github.com/byu-oit/hello-world-api and https://github.com/byu-oit/hw-lambda-api to test for now.
You can’t perform that action at this time.
0 commit comments