Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 88ead4d commit 64b91da
Show file tree
Hide file tree
Showing 5 changed files with 1,734 additions and 5,000 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
run-name: Build Lean4monaco
name: Test
run-name: Test end-to-end
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -46,12 +46,12 @@ jobs:
bash elan-init.sh -y
echo "$(realpath ~/.elan/bin)" >> $GITHUB_PATH
shell: bash
# - name: Run lake build (Windows)
# if: matrix.os == 'windows-latest'
# run: |
# cd demo/server/LeanProject
# lake build
# shell: bash
- name: Run lake build (Windows)
if: matrix.os == 'windows-latest'
run: |
cd demo/server/LeanProject
lake build
shell: bash
- run: npm install
- run: npm run setup_demo
- name: Run tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml → .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
run-name: Test editor end-to-end
name: Docker
run-name: Test docker image
on:
workflow_dispatch:
push:
Expand Down
Loading

0 comments on commit 64b91da

Please sign in to comment.