Skip to content

Add the .env.example file #11

Add the .env.example file

Add the .env.example file #11

Workflow file for this run

name: Test
on:
pull_request:
jobs:
run-tests:
name: Run tests
runs-on: ubuntu-22.04-2core-arm64
steps:
- uses: actions/checkout@v4
- run: yarn && yarn test