Skip to content

Commit

Permalink
verbose docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent c2a3987 commit 3426199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: true
- name: build docker image
run: docker build -t hhu-adam/lean4monaco .
run: docker build --progress plain -t hhu-adam/lean4monaco .
- name: start server
run: docker run -dit -p 5173:5173 -p 8080:8080 hhu-adam/lean4monaco
- name: Run tests
Expand Down

0 comments on commit 3426199

Please sign in to comment.