From 3abd38ba1faafb07fb163df6508896c27e7bec6c Mon Sep 17 00:00:00 2001 From: trup922 Date: Sun, 6 Sep 2020 15:42:08 +0530 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fb52723..8f912a4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,7 +5,7 @@ name: Selenium Automation on: push: - branches: + branches: - ci pull_request: branches: [ master ] @@ -21,7 +21,7 @@ jobs: uses: actions/setup-java@v1 with: java-version: 11 - - name: Run Acceptance test + - name: Run acceptance tests env: SAUCE_USERNAME: ${{ secrets.SAUCE_USERNAME }} SAUCE_ACCESS_KEY: ${{ secrets.SAUCE_ACCESS_KEY }}