Skip to content

[core] up wdio deps #508

[core] up wdio deps

[core] up wdio deps #508

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: sudo apt-get install xvfb
- run: yarn config set network-timeout 600000 -g
- run: yarn
- run: yarn lint
- run: yarn compile
- run: yarn test
- run: xvfb-run --auto-servernum --server-args='-screen 0, 1600x900x24' yarn wdio
- name: Print App Logs
if: failure()
run: cat ~/.config/Celo\ Terminal\ -\ DEV/celoterminal-e2e.main.log