Skip to content

Commit

Permalink
Tidy up tasks for installing playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored and hahn-kev committed Feb 7, 2024
1 parent 17d0452 commit 2b071b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions backend/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ tasks:
dir: ./LexBoxApi
cmd: dotnet {{.CLI_ARGS}}

setup-playwright:
dir: ./Testing
cmd: pwsh .\bin\Debug\net8.0\playwright.ps1 install

generate-gql-schema:
aliases: [ gg ]
dir: ./LexBoxApi
Expand Down
6 changes: 1 addition & 5 deletions backend/Testing/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,4 @@ tasks:
ignore_error: true

playwright-install:
deps: [ playwright-install-win ]

playwright-install-win:
platforms: [ windows ]
cmd: powershell '{{.OUTPUT_PATH}}playwright.ps1 install'
cmd: pwsh '{{.OUTPUT_PATH}}playwright.ps1 install'

0 comments on commit 2b071b5

Please sign in to comment.