Skip to content

refactor: Update NoConsentStrategy.cs to include SendActivate method #153

refactor: Update NoConsentStrategy.cs to include SendActivate method

refactor: Update NoConsentStrategy.cs to include SendActivate method #153

Workflow file for this run

name: CI pipeline
on:
pull_request:
branches: [main]
jobs:
build:
name: Test
runs-on: windows-latest
env:
FS_API_KEY: "${{ secrets.FS_CI_CAMPAIGNS_API_KEY }}"
FS_ENV_ID: "${{ secrets.FS_CI_CAMPAIGNS_ENV_ID }}"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: "8.0.x"
- name: Restore NuGet Packages
run: dotnet restore Flagship.sln
- name: Run tests
shell: pwsh
run: .\test-run-ci.bat
working-directory: Flagship.Tests