Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-mu authored Apr 22, 2024
1 parent 1fdef3c commit dc258a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
done
echo "Grafana server ready to accept connections."
- name: Run Playwright tests
run: npx playwright test
run: playwright test
- uses: actions/upload-artifact@v4
if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') }}
with:
Expand Down

0 comments on commit dc258a7

Please sign in to comment.