Skip to content

Commit 1e91f7b

Browse files
committed
[tests only] fix brew-not-found and add keepalive workflow
1 parent f4c59f2 commit 1e91f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
steps:
3939
- uses: actions/checkout@v2
40+
- run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
4041
- name: Environment setup
4142
run: |
4243
brew install bats-core mkcert
@@ -75,3 +76,6 @@ jobs:
7576
- name: tests
7677
run: bats tests
7778

79+
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
80+
# GitHub from turning off tests after 60 days
81+
- uses: gautamkrishnar/keepalive-workflow@v1

0 commit comments

Comments
 (0)