Skip to content

Commit

Permalink
fixed github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BohdanObruch committed Jul 22, 2024
1 parent 7d46c4c commit 992a6cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
env:
USERNAME_SAUCEDEMO: ${{ secrets.USERNAME_SAUCEDEMO }}
PASSWORD_SAUCEDEMO: ${{ secrets.PASSWORD_SAUCEDEMO }}
TESTOMATIO: ${{ secrets.TESTOMATIO }}
TESTOMATIO: ${{ github.event.inputs.testomatio }}
TESTOMATIO_RUN: ${{ github.event.inputs.run }}
continue-on-error: true

- name: Generate Pretty Report
Expand Down

0 comments on commit 992a6cc

Please sign in to comment.