Skip to content

use json serialize in check en command #159

use json serialize in check en command

use json serialize in check en command #159

Workflow file for this run

name: Playwright Tests - my-1k-ee
defaults:
run:
working-directory: ./My1kWordsEe.Tests.E2E
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Build & Install
run: dotnet build
- name: Ensure browsers are installed
run: pwsh bin/Debug/net8.0/playwright.ps1 install --with-deps
- name: Run your tests
env:
Secrets__OpenAiKey: ${{ secrets.Secrets__OpenAiKey }}
Secrets__StabilityAiKey: ${{ secrets.Secrets__StabilityAiKey }}
Secrets__AzureBlobConnectionString: ${{ secrets.Secrets__AzureBlobConnectionString }}
Secrets__AzureCosmosConnectionString: ${{ secrets.Secrets__AzureCosmosConnectionString }}
run: dotnet test