git.delta.rocks / unique-network / refs/commits / 837dcd6dcc35

difftreelog

add timeout for debug and cat .env file

Alexander Aksenov2022-09-09parent: #b1dcf54.patch.diff
in: master

1 file changed

modified.github/workflows/market-test_v2.ymldiffbeforeafterboth
137 working-directory: qa-tests137 working-directory: qa-tests
138 run: cat .env138 run: cat .env
139139
140 - name: Read qa -test .env file Before market start140# - name: Read qa -test .env file Before market start
141 uses: xom9ikk/dotenv@v1.0.2141# uses: xom9ikk/dotenv@v1.0.2
142 with:142# with:
143 path: qa-tests/143# path: qa-tests/
144144
145145
146 - name: local-market:start146 - name: local-market:start
159 npx playwright install-deps159 npx playwright install-deps
160 npx playwright install160 npx playwright install
161 161
162 - name: Show content of qa-test .env
163 working-directory: qa-tests
164 run: cat .env
165
162 - name: 166 - name:
163 working-directory: qa-tests167 working-directory: qa-tests
164 run: |168 run: |
165 npx playwright test --workers=8 --quiet .*.api.test.ts --reporter=github --config playwright.config.ts169 npx playwright test --workers=8 --quiet .*.api.test.ts --reporter=github --config playwright.config.ts
166170
171 - name: Timeout for debug
172 if: failure()
173 run: sleep 900s
167174
168 - name: Stop running containers175 - name: Stop running containers
169 if: always() # run this step always176 if: always() # run this step always