Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added back build
  • Loading branch information
snakex64 committed Sep 20, 2024
commit 465548eaf14d0266e4f0f051c3e694bd2c4b4850
7 changes: 5 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
with:
name: buildArtifact
path: ./src
include-hidden-files: true
retention-days: 7

tests:
Expand Down Expand Up @@ -75,7 +74,11 @@ jobs:
with:
name: buildArtifact
path: ./src


- name: Build Necessary for Playwright
working-directory: ./src/NodeDev.EndToEndTests
run: dotnet build

- name: Ensure browsers are installed
run: pwsh ./src/NodeDev.EndToEndTests/bin/Debug/net8.0/playwright.ps1 install --with-deps

Expand Down