Skip to content

Commit

Permalink
copy env
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jan 31, 2024
1 parent c190c9a commit 5a1dde9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
node-version: 'lts/*'
cache: 'npm'

- name: Copy .env
run: cp .env.example .env

- name: Install Dependencies
run: npm ci --ignore-scripts

Expand Down

0 comments on commit 5a1dde9

Please sign in to comment.