Skip to content

Commit

Permalink
Update server-app env file creating in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kiliushin committed May 18, 2023
1 parent 02bcb3c commit bec65a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts-checks-build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: git clone https://github.com/aleksandr-kiliushin/personal-app-server.git ./server-app
- name: Installing server app packages
run: npm --prefix ./server-app install
- name: Creating SERVER_DEV_ENV_FILE for backend and DB
run: echo "${{ secrets.SERVER_DEV_ENV_FILE }}" > ./server-app/dev.env
- name: Creating dev.env file for backend and DB
run: cp ./server-app/dev.env.example > ./server-app/dev.env
- name: Starting server app for tests
run: npm --prefix ./server-app run dev:db-and-api -- --detach
- name: Installing pm2
Expand Down

0 comments on commit bec65a7

Please sign in to comment.