diff options
| author | XhmikosR <[email protected]> | 2019-10-02 21:56:39 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-02 21:56:39 +0300 |
| commit | b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb (patch) | |
| tree | 3d6193adf9507775a52cfc1f5785cddf0654afaa /.github | |
| parent | adfd3fbd4689b8d373d55df56bead6d09c728fcd (diff) | |
| download | bootstrap-b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb.tar.xz bootstrap-b1a4b0ecc42e5d2359f18d6430b9386defdb9ddb.zip | |
workflows/test.yml: specify `CI=true` (#29440)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 263c1d523..6108fd183 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,6 +28,8 @@ jobs: - name: Install npm dependencies run: npm ci + env: + CI: true - name: Run tests run: npm test |
