Skip to content

Commit

Permalink
[GithubActions] Add functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
belkiss committed Feb 15, 2021
1 parent 650bb8f commit 6cf4626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
- name: RegressionTest
if: runner.os == 'Windows'
run: python regression_test.py

- name: FunctionalTest
if: runner.os == 'Windows'
run: python functional_test.py

0 comments on commit 6cf4626

Please sign in to comment.