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 3aa0b4a commit 5e8352b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/run-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,13 @@ jobs:
- name: Run tests
run: pnpm test:e2e
continue-on-error: true
env:
BASE_URL: ${{ github.event.deployment_status.environment_url }}
BASE_URL: ${{ github.event.deployment_status.environment_url }}

- name: Upload test results
if: always()
uses: actions/upload-artifact@v3
with:
name: test-results
path: examples/simple/test-results

0 comments on commit 5e8352b

Please sign in to comment.