diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d43af82..1d069db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,12 +17,11 @@ jobs: matrix: server_image: - 'ocamlsf/learn-ocaml:0.12' - - 'ocamlsf/learn-ocaml:0.13.1' - - 'ocamlsf/learn-ocaml:0.14.1' - # TODO: Keep up-to-date - - 'ocamlsf/learn-ocaml:master' steps: - name: Check out the repo uses: actions/checkout@v3 - name: Run learn-ocaml on the corpus - run: 'docker run --rm -v "$PWD":/repository ${{ matrix.server_image }} build' + run: | + mkdir www + docker run --rm -v "$PWD":/repository" -v "$PWD/www:/home/learn-ocaml/www" "$PWD${{ matrix.server_image }} build + ls -l www