Skip to content

Commit

Permalink
fix: pre-test
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd committed Jul 21, 2023
1 parent ad801ad commit 2e85604
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2e85604

Please sign in to comment.