Skip to content

Commit

Permalink
ci: run functional-tests on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl authored and ripatel-fd committed Dec 26, 2023
1 parent 4dae6e4 commit e2e32e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Functional Tests
on:
workflow_call:
workflow_dispatch:
pull_request:
jobs:
functional-tests:
runs-on:
Expand Down Expand Up @@ -46,5 +47,4 @@ jobs:
run: make -j -Otarget

- name: Run functional tests
run: make -j -Otarget run-script-test

run: make -j -Otarget run-script-test

0 comments on commit e2e32e9

Please sign in to comment.