Skip to content

Commit

Permalink
ci: add opam to quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
maxRN committed Aug 21, 2024
1 parent 6081749 commit 41d89d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
- name: Quick start
run: |
set -x
bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
opam init
touch output
tail -f output | grep --line-buffered 'Ctrl' | xargs -L1 -I FOO bash -c "echo Success && touch success && killall middleware.exe" &
tail -f output &
Expand Down

0 comments on commit 41d89d6

Please sign in to comment.