difftreelog
add timeout for debug and cat .env file
in: master
1 file changed
.github/workflows/market-test_v2.ymldiffbeforeafterboth137 working-directory: qa-tests137 working-directory: qa-tests138 run: cat .env138 run: cat .env139139140 - name: Read qa -test .env file Before market start140# - name: Read qa -test .env file Before market start141 uses: xom9ikk/dotenv@v1.0.2141# uses: xom9ikk/dotenv@v1.0.2142 with:142# with:143 path: qa-tests/143# path: qa-tests/144144145145146 - name: local-market:start146 - name: local-market:start159 npx playwright install-deps159 npx playwright install-deps160 npx playwright install160 npx playwright install161 161162 - name: Show content of qa-test .env163 working-directory: qa-tests164 run: cat .env165 162 - name: 166 - name: 163 working-directory: qa-tests167 working-directory: qa-tests164 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.ts166170171 - name: Timeout for debug172 if: failure()173 run: sleep 900s167174168 - name: Stop running containers175 - name: Stop running containers169 if: always() # run this step always176 if: always() # run this step always