Test reporting fix

This commit is contained in:
Djuri 2023-11-23 02:41:58 +01:00
parent 98f6deb253
commit ee69816569
4 changed files with 39 additions and 11 deletions

View file

@ -69,15 +69,8 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
- name: Build WebUI
run: yarn build
- name: Get current block
id: getBlockHeight
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT