ci: set `IS_CI=yes` when running tests
This commit is contained in:
parent
567413389c
commit
0f37f38fda
|
@ -14,6 +14,9 @@ on:
|
|||
- e*
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
IS_CI: "yes"
|
||||
|
||||
jobs:
|
||||
build-matrix:
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
Loading…
Reference in New Issue