mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -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
|
||||
working-directory: ./backend
|
||||
run: npm install
|
||||
- name: Create .env file
|
||||
working-directory: ./backend
|
||||
run: mv .env.example .env
|
||||
- name: Run Server and Test with Newman
|
||||
working-directory: ./backend
|
||||
run: npm run test:system
|
||||
|
|
Loading…
Add table
Reference in a new issue