Skip to content

Commit

Permalink
build: ci troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 committed Nov 19, 2023
1 parent c6b5eea commit c4c7cc0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:

- uses: actions/checkout@v3

- name: Print GitHub event 🖨
env:
GITHUB_EVENT: ${{ toJson(github.event) }}
run: echo "$GITHUB_EVENT"

- name: Install dependencies
run: pnpm install && npx playwright install --with-deps

Expand All @@ -42,5 +37,5 @@ jobs:
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results
name: test-results-${{ github.ref }}-${{ github.run_number }}
path: examples/simple/test-results

0 comments on commit c4c7cc0

Please sign in to comment.