Skip to content

Commit

Permalink
fix: ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Aug 18, 2024
1 parent 45b5bc2 commit 08257a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:

- name: Run tests
run: ./install.zsh --non-interactive
shell: zsh {0}
timeout-minutes: 60
2 changes: 2 additions & 0 deletions install.zsh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env zsh

set -euo pipefail

NON_INTERACTIVE=false

for arg in "$@"; do
Expand Down

0 comments on commit 08257a9

Please sign in to comment.