Skip to content

Merge pull request #105 from iyanumajekodunmi756/Replace-mock-tokens-… #74

Merge pull request #105 from iyanumajekodunmi756/Replace-mock-tokens-…

Merge pull request #105 from iyanumajekodunmi756/Replace-mock-tokens-… #74

Workflow file for this run

name: API CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build