Skip to content

Commit

Permalink
run the functional tests when a PR is edited
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexdev8 committed Feb 14, 2024
1 parent 33aec65 commit f2685f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Functional Tests
on:
pull_request:
branches: [main, develop]
types: [opened]
types: [opened, edited]
workflow_dispatch:

env:
Expand Down Expand Up @@ -91,5 +91,6 @@ jobs:
with:
name: functional-tests-report
path: |
${{ env.working-directory }}/tests/results/
${{ env.working-directory }}/tests/reports/
retention-days: 5
1 change: 1 addition & 0 deletions .github/workflows/startup-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ jobs:
with:
name: startup-tests-report
path: |
${{ env.working-directory }}/tests/results/
${{ env.working-directory }}/tests/reports/
retention-days: 5

0 comments on commit f2685f7

Please sign in to comment.