Skip to content

Commit

Permalink
Workflow Dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
thinogueiras committed Feb 12, 2024
1 parent 49e0b06 commit 9d61202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/continuous-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
pull_request:
branches: [ main ]

workflow_dispatch:

jobs:
e2e-tests:
runs-on: ubuntu-22.04
Expand All @@ -26,7 +28,7 @@ jobs:
- name: E2E Tests ✅
run: |
robot -d ./logs tests/
robot -d ./logs tests/trade.robot
- name: Upload Reports 📖
uses: actions/upload-artifact@v3
Expand All @@ -46,7 +48,7 @@ jobs:
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://cdn-icons-png.flaticon.com/512/1642/1642322.png
SLACK_TITLE: 'All tests passed successfully'
SLACK_MESSAGE: ':robot: Tests after Pull Request passed :robot:'
SLACK_MESSAGE: ':robot: Tests passed :robot:'
SLACK_USERNAME: SUCCESS

- name: Slack Notification - Failure
Expand All @@ -58,5 +60,5 @@ jobs:
SLACK_COLOR: ${{ job.status }}
SLACK_ICON: https://www.novaconcursos.com.br/portal/wp-content/uploads/2013/12/erro-que-concurseiro-comente-300x3001.png
SLACK_TITLE: 'Some tests failed'
SLACK_MESSAGE: ':fire: Tests after Pull Request failed :fire:'
SLACK_MESSAGE: ':fire: Tests failed :fire:'
SLACK_USERNAME: FAILURE
2 changes: 1 addition & 1 deletion tests/trade.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Documentation Trade Tests
Resource ../resources/base.resource
Test Setup Start Test
Test Teardown Finish Test
# Test Teardown Finish Test
*** Test Cases ***
Deve negociar a figurinha Neymar Legend
Expand Down

0 comments on commit 9d61202

Please sign in to comment.