Skip to content

Commit

Permalink
Deploy (#209)
Browse files Browse the repository at this point in the history
* add auto test

* add cleanup

* change full test

* update yml

* add tar

* updating

* updated

* split tar

* add artifact

* add seed and improved

* add run tests

* add build for tests front

* not split

* add cd

* gicci gang

* gucci

* add build for frontend
  • Loading branch information
sydykovkanat authored Dec 23, 2024
1 parent dd7ca42 commit 59d5a6d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ jobs:
sleep 5
done
- name: Build frontend
run: |
echo "### Build frontend... ###"
npm run build
working-directory: frontend

- name: Restart frontend
run: |
echo "### Restart frontend... ###"
Expand Down

0 comments on commit 59d5a6d

Please sign in to comment.