Skip to content

πŸ› notifications: set initialized to true if no oneSignalAPPId #108

πŸ› notifications: set initialized to true if no oneSignalAPPId

πŸ› notifications: set initialized to true if no oneSignalAPPId #108

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: foundry-rs/foundry-toolchain@v1
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: pip
cache-dependency-path: contracts/requirements.txt
- run: pip install -r contracts/requirements.txt
- run: bun install
- run: bun run test