diff --git a/.github/workflows/run-automation-test.yml b/.github/workflows/run-automation-test.yml index 57248b072..aa05b534e 100644 --- a/.github/workflows/run-automation-test.yml +++ b/.github/workflows/run-automation-test.yml @@ -1,14 +1,10 @@ name: Run Cypress Tests -on: - # Comment the lines below to trigger this workflow on pull requests to the main branch - push: - branches: - - swamu/526-web-testing-automation - # Uncomment the lines below to trigger this workflow on pull requests to the main branch - # pull_request: - # branches: - # - main +# Uncomment the lines below to trigger this workflow on pull requests to the main branch +# on: +# pull_request: +# branches: +# - main jobs: cypress: @@ -49,11 +45,6 @@ jobs: echo HYPERSWITCH_CLIENT_URL = $HS_Client_Url >> .env # Creates a .env file with environment variables needed for the application - - name: Create .env file - working-directory: ./Hyperswitch-React-Demo-App - run: echo "My HYPERSWITCH_PUBLISHABLE_KEY is $Pub_Key" - # Prints the Hyperswitch publishable key (This step seems redundant and might be removed if not needed) - - name: Build and start local server run: | npm run re:build && npm start &