Skip to content

Commit

Permalink
Merge pull request #89 from AthennaIO/develop
Browse files Browse the repository at this point in the history
refactor: use .env file to get NODE_ENV variable
  • Loading branch information
jlenon7 authored Sep 14, 2022
2 parents a268b13 + 5e449cb commit a1e6c9c
Show file tree
Hide file tree
Showing 11 changed files with 1,907 additions and 2,970 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,3 @@ jobs:
run: npm install
- name: Run tests
run: npm run test:coverage

windows:
runs-on: windows-latest
strategy:
matrix:
node-version:
- 14.15.4
- 18.x
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test:coverage
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,5 @@ out
.idea
.vscode

# Environment variables file
.env
.env.testing
.env.production

# MacOS folder mapper file
.DS_Store
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,23 @@

## Links

> For project documentation [click here](https://athenna.io). If something is not clear in the documentation please open an issue in the [documentation repository](https://github.com/athennaio/docs)
> For project documentation [click here](https://athenna.io). If something is not clear in the documentation please open
> an issue in the [documentation repository](https://github.com/athennaio/docs)
## Contributing

> If you want to contribute to this project, first read the [CONTRIBUTING.MD](https://github.com/AthennaIO/Core/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to receive your help.
> If you want to contribute to this project, first read
> the [CONTRIBUTING.MD](https://github.com/AthennaIO/Core/blob/develop/CONTRIBUTING.md) file. It will be a pleasure to
> receive your help.
---

Made with 🖤 by [Athenna Team](https://github.com/AthennaIO) :wave:
<p align='center'>
With 💜 by <a href='https://github.com/AthennaIO'>Athenna community</a>
</p>

<p align='center'>
<a href='https://github.com/AthennaIO/Core/graphs/contributors'>
<img src='https://contrib.rocks/image?repo=AthennaIO/Core'/>
</a>
</p>
Loading

0 comments on commit a1e6c9c

Please sign in to comment.