added env variable for running tests
This commit is contained in:
parent
b616bc2ab1
commit
e1339e3832
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -46,6 +46,7 @@ jobs:
|
|||
env:
|
||||
PROJECT_ROOT: ./
|
||||
PROJECT_NAME: caimira
|
||||
CAIMIRA_TESTS_CALCULATOR_TIMEOUT: 30
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue