Skip to content

Commit

Permalink
workflow smoke teste
Browse files Browse the repository at this point in the history
  • Loading branch information
GCarin1 committed Nov 13, 2023
1 parent 72b5c63 commit 8fd2978
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@ jobs:
run: |
pip install -r requirements.txt
- name: Set up secrets as environment variables
run: |
export URL="${{ secrets.URL }}"
export PASSWORD="${{ secrets.PASSWORD }}"
export USER01="${{ secrets.USER01 }}"
- name: Run Behave tests
run: |
behave -i @sua_tag
behave -i @tag1

0 comments on commit 8fd2978

Please sign in to comment.