Skip to content

fix: do not recreate Random each time #362

fix: do not recreate Random each time

fix: do not recreate Random each time #362

name: Integration tests
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
jobs:
core:
name: Integration tests
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '2.0.0'
- name: Test
env:
INTEGRATION_TESTING_CONFIG: ${{ secrets.INTEGRATION_TESTING_CONFIG }}
run: dotnet test .\Box.V2.Test.Integration -f netcoreapp2.0