Skip to content

Commit

Permalink
Adding env file so the yarn coverage phase can pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoleze committed Dec 3, 2021
1 parent e58b90d commit df02491
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
- name: Before build
run: ./cc-test-reporter before-build

# Set required env vars for yarn coverage
- name: Set required env vars for yarn coverage
run: cp src/frontend/ai-reviewer-admin/.env.template src/frontend/ai-reviewer-admin/.env

# Set required Git env vars for either pull request
- name: Set ENV for codeclimate (pull_request)
run: |
Expand Down

0 comments on commit df02491

Please sign in to comment.