Skip to content

no space looks nice? #137

no space looks nice?

no space looks nice? #137

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: codecov
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
env:
NEXT_PUBLIC_GOOGLE_CLIENT_ID: 454337127208-8cfsr6ebdake7qjp93n98rlrjjm9qgo6.apps.googleusercontent.com
NEXT_PUBLIC_BASE_API: https://koran-backend-production.up.railway.app
- run: npm test
env:
NEXT_PUBLIC_GOOGLE_CLIENT_ID: 454337127208-8cfsr6ebdake7qjp93n98rlrjjm9qgo6.apps.googleusercontent.com
NEXT_PUBLIC_BASE_API: https://koran-backend-production.up.railway.app
- uses: codecov/codecov-action@v3
with:
token: 6375bc49-325d-4678-ad62-2986d0081ada