Skip to content

Commit

Permalink
modify action
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent fda8d90 commit 104c8de
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,23 @@ jobs:
lint: false
- name: Install dependencies
run: npm install
- name: Install server dependencies
run: |
cd demo
npm install
- name: Install demo
run: npm run setup_demo
- name: Build lean4monaco
run: npm run build
- name: Build demo server
run: |
cd demo
npm run build
# - name: Build demo server
# run: |
# cd demo
# npm run build
- name: Start server
id: start-server
run: |
cd demo
echo "Starting server..."
npm run start
# nohup npm run start > nohup.out 2> nohup.err < /dev/null &
echo "server is running."
npm start
# cd demo
# echo "Starting server..."
# npm run start
# # nohup npm run start > nohup.out 2> nohup.err < /dev/null &
# echo "server is running."
test:
strategy:
fail-fast: false
Expand Down

0 comments on commit 104c8de

Please sign in to comment.