eventespresso / actions

Centralized repository for all of Event Espresso's GitHub Actions used in our CI/CD pipelines
GNU Affero General Public License v3.0
2 stars 6 forks source link

Refactor use of spawnSync in e2e package #60

Open alexkuc opened 5 months ago

alexkuc commented 5 months ago

Search for the line below to avoid situation where .stdout or .stderr is null:

LATER: refactor to use SpawnSync.ts for improved error handling