Skip to content

Commit

Permalink
chore: run playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Aug 9, 2024
1 parent efc3740 commit 56fe4ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56fe4ce

Please sign in to comment.