Skip to content

feat(Project): add deploy and release project mgmt scripts (#10) #21

feat(Project): add deploy and release project mgmt scripts (#10)

feat(Project): add deploy and release project mgmt scripts (#10) #21

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
test:
name: Functional Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: ApeWorX/github-action@v3
- run: ape compile
- run: pip install .
- run: ape test -s