ci: set `IS_CI=yes` when running tests

This commit is contained in:
Thales Macedo Garitezi 2023-04-27 09:51:40 -03:00
parent 567413389c
commit 0f37f38fda
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ on:
- e*
pull_request:
env:
IS_CI: "yes"
jobs:
build-matrix:
runs-on: ubuntu-22.04