Skip to content

Commit

Permalink
adding CI 8
Browse files Browse the repository at this point in the history
  • Loading branch information
moste00 committed Aug 17, 2024
1 parent 3650b19 commit b418cda
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/end2end-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,12 @@ jobs:
run: |
sudo apt-get install bubblewrap
echo "" | bash -c "sh <(curl -fsSL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh)"
echo "1" | opam init
echo "1" | opam init
opam install dune
- name: hello ocaml
run: |
dune init proj hello
cd hello
dune build
dune exec hello

0 comments on commit b418cda

Please sign in to comment.