Skip to content

Commit

Permalink
chore: added env bootstrap from default values
Browse files Browse the repository at this point in the history
  • Loading branch information
lsvalina committed Jul 11, 2024
1 parent 7737ea2 commit fa2f2db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Bootstrap env
run: |
cp .env.default .env.development
cp .env.default .env
- name: Install dependencies
run: npm install
- name: Run unit tests
Expand Down

0 comments on commit fa2f2db

Please sign in to comment.