Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: Remove redundant build step
  • Loading branch information
erikmd authored and yurug committed Jun 24, 2021
1 parent 711102a commit 2b3f25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtests.sh
Expand Up @@ -51,8 +51,8 @@ run_server () {
-v "$(pwd)"/"$dir":/home/learn-ocaml/actual \
-v "$SYNC":/sync -v "$REPO":/repository \
learn-ocaml /bin/sh \
-c "learn-ocaml --sync-dir=/sync --repo=/repository build &&
learn-ocaml --sync-dir=/sync --repo=/repository build serve")
-c "learn-ocaml --sync-dir=/sync --repo=/repository build &&
learn-ocaml --sync-dir=/sync --repo=/repository serve")

# Wait for the server to be initialized
./wait-for-it.sh localhost:8080 -s -t 10 -- echo 'learn-ocaml started.'
Expand Down

0 comments on commit 2b3f25b

Please sign in to comment.