Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-kiliushin committed May 18, 2023
1 parent bec65a7 commit 33ade72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ts-checks-build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Installing server app packages
run: npm --prefix ./server-app install
- name: Creating dev.env file for backend and DB
run: cp ./server-app/dev.env.example > ./server-app/dev.env
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 33ade72

Please sign in to comment.