Skip to content

[Demo] Add number of paying methods to the customers model #39

[Demo] Add number of paying methods to the customers model

[Demo] Add number of paying methods to the customers model #39

Workflow file for this run

name: PR Compare
on:
pull_request:
types: [opened, synchronize, reopened]
branches: ['main']
paths:
- models/**
- seeds/**
- tests/**
jobs:
piperider-compare:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: PipeRider Compare
uses: InfuseAI/piperider-compare-action@v1
with:
cloud_api_token: ${{ secrets.PIPERIDER_CLOUD_TOKEN_ID }}
cloud_project: ${{ secrets.PIPERIDER_API_PROJECT }}
upload: true
share: true