Skip to content

[Update] Removed ETHApp deploy script #39

[Update] Removed ETHApp deploy script

[Update] Removed ETHApp deploy script #39

Workflow file for this run

name: Testing
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x ]
steps:
- uses: actions/checkout@v3
- name: Set .env
run: cp env.template .env
- name: Run tests
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: npm run test