Skip to content

10 21 23 pau/display create ads #28

10 21 23 pau/display create ads

10 21 23 pau/display create ads #28

Workflow file for this run

name: jest-ci
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Run the tests
run: npm run test
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}