diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f4e088d..3c18aeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,6 +3,8 @@ name: WebDriverIO TypeScript BDD CI on: pull_request: branches: [ master ] + push: + branches: [ master ] jobs: smoke: diff --git a/src/utils/reporter.ts b/src/utils/reporter.ts deleted file mode 100644 index 7a140f4..0000000 --- a/src/utils/reporter.ts +++ /dev/null @@ -1,3 +0,0 @@ -export const logStep = (log: string) => { - console.log(`STEP || ${log}`) -} \ No newline at end of file