Skip to content

Commit

Permalink
Update playwright test command
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalkakadiya committed Jan 11, 2024
1 parent 63be4f7 commit 3602935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function install_playwright(){
# Run test for new deployed site
function run_playwright_tests () {
cd $GITHUB_WORKSPACE/tests/e2e-playwright
npm run test-e2e:playwright
npm run test-e2e:playwright -- specs/
}

function maybe_install_node_dep() {
Expand Down

0 comments on commit 3602935

Please sign in to comment.