diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 896cf5980d..3fc8f84c1f 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,5 +30,7 @@ jobs: echo "The extracted Tag is: ${{ env.testImageTag }}" echo "${{ env.workingDir }}" ls -lah "${{ env.workingDir }}" - - run: ls -lah - working-directory: ${{ env.workingDir}} + - run: | + cd ${{ env.workingDir}} + ls -lah + npx playwright exec