Skip to content

Commit

Permalink
test(e2e): fixed wrong folder placement
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Villanueva <[email protected]>
  • Loading branch information
danivilla9 committed Jan 8, 2025
1 parent 83ab763 commit 42977a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ jobs:
# make expected test folders
mkdir tests\playwright\output\crc-tests-pd\plugins
mkdir tests\playwright\output\crc-tests-pd\plugins\crcextension
mkdir tests\playwright\output\crc-tests-pd\plugins\ssoextension
# move necessary files there
'package.json', 'LICENSE', 'icon.png', 'README.md', 'dist' | % { cp $_ ./tests/playwright/output/crc-tests-pd/plugins/crcextension -Recurse -Force}
Expand All @@ -240,7 +241,6 @@ jobs:
# build extension
pnpm build
# put the contents into its expected folder:
mkdir tests\playwright\output\crc-tests-pd\plugins\ssoextension
cp .\builtin\redhat-authentication.cdix\* ..\crc-extension\tests\playwright\output\crc-tests-pd\plugins\ssoextension -Recurse -Force
- name: Run All E2E tests
Expand Down

0 comments on commit 42977a4

Please sign in to comment.