Skip to content

Package Dependencies: Bump Pulumi.Keycloak from 5.3.5 to 5.4.0 #91

Package Dependencies: Bump Pulumi.Keycloak from 5.3.5 to 5.4.0

Package Dependencies: Bump Pulumi.Keycloak from 5.3.5 to 5.4.0 #91

name: Functional Tests
on: [pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
dotnet-version: ['9.0.x']
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: ${{ matrix.dotnet-version }}
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Test
working-directory: PeakLims/tests/PeakLims.FunctionalTests
run: dotnet test --no-restore --verbosity minimal