Skip to content

test(e2e): making the e2e testing suite more reliable with detox and local backend #2

test(e2e): making the e2e testing suite more reliable with detox and local backend

test(e2e): making the e2e testing suite more reliable with detox and local backend #2

Workflow file for this run

name: temp_test_deleteme
on:
pull_request:
branches: [main]
jobs:
testing123:
runs-on: macos-11
steps:
- run: brew install --cask docker
- run: xattr -d -r com.apple.quarantine /Applications/Docker.app
- run: open -g /Applications/Docker.app --args --unattended --install-privileged-components --accept-license
- run: while ! docker system info &>/dev/null; do sleep 1; done
timeout-minutes: 5
- run: docker system info