Skip to content

test: add additional tests for the Hashpipe -> uds -> server data pip… #2

test: add additional tests for the Hashpipe -> uds -> server data pip…

test: add additional tests for the Hashpipe -> uds -> server data pip… #2

Workflow file for this run

name: panoseti_daq ci
on:
push:
branches: [ main, test-build-action ]
pull_request:
branches: [ main ]
jobs:
compile-test:
name: Test compilation and simple functionality
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and cache Docker image
uses: docker/build-push-action@v5
with:
context: .
file: ./tests/ci_tests/Dockerfile
load: true
tags: panoseti-daq:latest
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Run Hashpipe in a container
run: |
docker run --rm \
--shm-size=2g \
panoseti-daq:latest \
python3 -m pytest -s -v --maxfail=2 tests/ci_tests/