Fixed wrong yaml changed

This commit is contained in:
2025-11-19 09:00:36 +01:00
parent b537f67466
commit b35008d35f
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: E2E Tests
on:
push:
branches: [ "main", "test/**" ]
branches: [ "main", "test/**", "316-upgrade-to-dotnet-10" ]
workflow_dispatch:
jobs:
@@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '10.0.x'
- name: Install Chromium and ChromeDriver
run: |