Skip to content

sc-12635 sc-12634 yaml reference encoding #36

sc-12635 sc-12634 yaml reference encoding

sc-12635 sc-12634 yaml reference encoding #36

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build test image
uses: docker/build-push-action@v3
with:
file: Dockerfile.test
platforms: linux/amd64
push: false
tags: dynamic-importer-test:latest
- name: Test image
uses: addnab/docker-run-action@v3
with:
image: dynamic-importer-test:latest
options: -v ${{ github.workspace }}:/app
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: cloudtruth/dynamic-importer