Set env variable CI to false

This commit is contained in:
Saša Davidović 2022-01-22 18:17:12 +01:00 committed by GitHub
parent 419e25591a
commit 0d8af700c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
env:
CI: false
strategy:
matrix:
@ -20,7 +22,7 @@ jobs:
with:
path: edumeet
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: |