Skip to content

ci: bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.10 #133

ci: bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.10

ci: bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.10 #133

Workflow file for this run

name: test-evidence
on:
push:
branches: [ main ]
pull_request:
jobs:
build-sample-project:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install Meltano
run: |
pip install pipx
pipx install meltano
- name: Install Meltano Project
run: meltano install
- name: Print Evidence config
run: meltano config evidence
- name: Test Evidence Sample Build
run: meltano invoke evidence build