Skip to content

Commit 750b816

Browse files
authored
feat: add "tilt ci" step to template test (#139)
1 parent 1f6ab12 commit 750b816

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test-template.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,19 @@ jobs:
6565
cd test-project
6666
make check-lint-and-test-frontend
6767
68+
- name: Install Tilt
69+
shell: bash
70+
run: |
71+
curl -fsSL https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.sh | bash
72+
tilt version
73+
74+
- name: Run Tilt CI
75+
shell: bash
76+
run: |
77+
set -euo pipefail
78+
cd test-project
79+
tilt ci
80+
6881
- name: Notify Slack on Success
6982
if: success() && github.event_name == 'schedule'
7083
uses: slackapi/[email protected]

0 commit comments

Comments
 (0)