fix(validation): create .env before config (#47143)

pull/47134/head^2
Oliver Eyton-Williams 2022-08-03 18:54:52 +02:00 committed by GitHub
parent 9a9cef38bd
commit 7818ba55b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set freeCodeCamp Environment Variables
run: cp sample.env .env
- name: Install Dependencies
run: npm ci

View File

@ -23,6 +23,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Set freeCodeCamp Environment Variables
run: cp sample.env .env
- name: Install Dependencies
run: npm ci