Skip to content

Merge pull request #4 from dbarrous/update-devcontainer-and-stub-code #21

Merge pull request #4 from dbarrous/update-devcontainer-and-stub-code

Merge pull request #4 from dbarrous/update-devcontainer-and-stub-code #21

# 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_sharp --cov padre_sharp
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