Skip to content

Fix Cancel Subscription failure by adding Stripe customer lookup fallback #2538

Fix Cancel Subscription failure by adding Stripe customer lookup fallback

Fix Cancel Subscription failure by adding Stripe customer lookup fallback #2538

Workflow file for this run

name: .NET Core
on: [pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
env:
VIMEO_TOKEN: ${{ secrets.VIMEO_TOKEN }}
steps:
- uses: actions/checkout@v6
- name: Setup .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: '9.0.x'
include-prerelease: true
- name: Build and Test with dotnet
run: dotnet test DevBetterWeb.slnx --filter FullyQualifiedName!~Vimeo.Tests --configuration Release