Skip to content

Commit a8131c3

Browse files
committed
Add basic codebuild test workflow
1 parent fdaa0d2 commit a8131c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Hello World
2+
on: [push]
3+
jobs:
4+
Hello-World-Job:
5+
runs-on:
6+
- codebuild-runner-cdap-container-${{ github.run_id }}-${{ github.run_attempt }}
7+
steps:
8+
- run: echo "Hello World!"

0 commit comments

Comments
 (0)