Skip to content

Remove Special Charachters from YAML Files (#90) #5

Remove Special Charachters from YAML Files (#90)

Remove Special Charachters from YAML Files (#90) #5

Workflow file for this run

# This workflow will install Python dependencies, run tests, run linting, and test building docs
name: Testing
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 hermes_core --cov hermes_core
env:
PLATFORM: 'docker'
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3