Skip to content

First working code for packet parsing and fits file creation #14

First working code for packet parsing and fits file creation

First working code for packet parsing and fits file creation #14

# This workflow will install Python dependencies and run tests in the docker container
name: Testing in pipeline container
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container:
image: public.ecr.aws/w5r9l1c8/swsoc-docker-lambda-base:latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Run tests
run: pytest --pyargs padre_meddea --cov padre_meddea
env:
PLATFORM: 'docker'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Check failure on line 28 in .github/workflows/test_in_container.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_in_container.yml

Invalid workflow file

You have an error in your yaml syntax on line 28