Skip to content

Commit

Permalink
ci(citrus-simulator-ui): remove ls debugging commands
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerfluri committed Sep 13, 2024
1 parent 75fd919 commit f305968
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@ jobs:
run: npx playwright install --with-deps
working-directory: simulator-ui
- name: Run Playwright tests
run: |
echo "Current directory is:"
pwd
ls
npm run e2e || ls
run: npm run e2e
working-directory: simulator-ui
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit f305968

Please sign in to comment.