mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
ci/cd: remove .env
step
This commit is contained in:
parent
90a3c69954
commit
eb142b75f7
1 changed files with 0 additions and 3 deletions
3
.github/workflows/backend-system-tests.yml
vendored
3
.github/workflows/backend-system-tests.yml
vendored
|
@ -17,9 +17,6 @@ jobs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Create .env file
|
|
||||||
working-directory: ./backend
|
|
||||||
run: mv .env.example .env
|
|
||||||
- name: Run Server and Test with Newman
|
- name: Run Server and Test with Newman
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
run: npm run test:system
|
run: npm run test:system
|
||||||
|
|
Loading…
Add table
Reference in a new issue