1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 06:30:11 +02:00

ci/cd: remove .env step

This commit is contained in:
Elias Schneider 2022-12-05 18:23:19 +01:00
parent 90a3c69954
commit eb142b75f7

View File

@ -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