Skip to content

Commit 1898def

Browse files
committed
add a working test, just so it passes
1 parent 792f1bb commit 1898def

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/test.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
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
106

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
1713
# - name: CodeDeploy
1814
# uses: ./
1915
# with:
2016
# application-name: some-cd-app
2117
# 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.

0 commit comments

Comments
 (0)