Skip to content

chore: update maxAge cookie #138

chore: update maxAge cookie

chore: update maxAge cookie #138

Workflow file for this run

name: Automatic Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
- run: npm ci
- run: npm run test
env:
JWT_KEY: ${{ secrets.JWT_KEY }}
COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }}