Skip to content

Merge pull request #206 from ApeSwapFinance/staging #620

Merge pull request #206 from ApeSwapFinance/staging

Merge pull request #206 from ApeSwapFinance/staging #620

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Run Jest tests
run: yarn test
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}