Skip to content

Allow commiting to a receiver-address #28

Allow commiting to a receiver-address

Allow commiting to a receiver-address #28

Workflow file for this run

name: Test circuits
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build Docker image
run: |
docker build -t my-app .
- name: Run test script in Docker container
run: |
docker run --rm my-app python3 test.py