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 104c8de commit de5baef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,17 @@ jobs:
run: npm install
- name: Install demo
run: npm run setup_demo
- name: Build lean4monaco
run: npm run build
# - name: Build lean4monaco
# run: npm run build
# - name: Build demo server
# run: |
# cd demo
# npm run build
- name: Start server
id: start-server
run: |
npm start
nohup npm start > nohup.out 2> nohup.err < /dev/null &
echo "server is running..."
# cd demo
# echo "Starting server..."
# npm run start
Expand Down

0 comments on commit de5baef

Please sign in to comment.