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 af00b04 commit 46c1e27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
done
echo "Grafana server ready to accept connections."
- name: Run Playwright tests
id: run-tests
run: npm run e2e
- uses: actions/upload-artifact@v4
if: ${{ (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') }}
Expand Down

0 comments on commit 46c1e27

Please sign in to comment.