We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c59f2 commit 1e91f7bCopy full SHA for 1e91f7b
.github/workflows/tests.yml
@@ -37,6 +37,7 @@ jobs:
37
38
steps:
39
- uses: actions/checkout@v2
40
+ - run: echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
41
- name: Environment setup
42
run: |
43
brew install bats-core mkcert
@@ -75,3 +76,6 @@ jobs:
75
76
- name: tests
77
run: bats tests
78
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