Skip to content

chore: 🐝 Update SDK - Generate 5.0.0-beta.5 #28

chore: 🐝 Update SDK - Generate 5.0.0-beta.5

chore: 🐝 Update SDK - Generate 5.0.0-beta.5 #28

Workflow file for this run

name: Validate
on:
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
jobs:
check:
runs-on: ubuntu-latest
timeout-minutes: 10
concurrency:
group: csharp-sdk-check
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
cache: true
cache-dependency-path: "*/packages.lock.json"
dotnet-version: 6.0.x
- name: Check
env:
CONFIGURATION: Release
SHIPPO_TOKEN: ${{ secrets.SHIPPO_TOKEN }}
run: make ci-check
- name: Archive test results
if: always()
uses: actions/upload-artifact@v4
with:
name: TestResults
path: ShippoTests/TestResults/