Skip to content

Commit

Permalink
clean up, stop
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacklotus89898 committed Nov 6, 2024
1 parent f719d79 commit 7f575ed
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,18 @@ jobs:
working-directory: react-ros2

- name: Run development server
run: npm run dev
run: npm run dev &
working-directory: react-ros2

- name: Wait for server to start
run: sleep 10

- name: Stop development server
run: kill $(jobs -p)
working-directory: react-ros2

- name: Cleanup
run: |
echo "Cleaning up..."
rm -rf node_modules
working-directory: react-ros2

0 comments on commit 7f575ed

Please sign in to comment.