Skip to content

Commit 95d568b

Browse files
author
Gregor Gololicic
committed
test
1 parent 5440566 commit 95d568b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ jobs:
88
homebrew:
99
if: github.event_name == 'release' && github.event.action == 'published' # skip for pre-release
1010
name: Bump Homebrew formula
11-
run: echo "HELLO"
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: "test"
14+
run: echo "HELLO"

0 commit comments

Comments
 (0)