Skip to content

Added the ENVs into the CI file #613

Added the ENVs into the CI file

Added the ENVs into the CI file #613

name: pre-merge-checks
on:
pull_request:
branches: [main, develop]
jobs:
Run-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm test