Skip to content

Create a mechanism to fail the CD when required environment variables are missing | issue#257 #580

Create a mechanism to fail the CD when required environment variables are missing | issue#257

Create a mechanism to fail the CD when required environment variables are missing | issue#257 #580

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