Skip to content

Commit 7fafd05

Browse files
committed
Test the stack each commit
1 parent 24570ab commit 7fafd05

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test-initdemo.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Build Test Stack
2+
'on':
3+
workflow_dispatch: {}
4+
push: {}
5+
jobs:
6+
build:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: actions/checkout@v3
10+
with:
11+
fetch-depth: 0
12+
- name: Install dependencies
13+
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | bash
14+
- name: Build Stack
15+
run: ./initdemo.sh

0 commit comments

Comments
 (0)