Skip to content

build(deps): bump actions/download-artifact from 6.0.0 to 8.0.0 #2446

build(deps): bump actions/download-artifact from 6.0.0 to 8.0.0

build(deps): bump actions/download-artifact from 6.0.0 to 8.0.0 #2446

Workflow file for this run

name: e2e tests on Windows
on:
workflow_dispatch:
push:
branches-ignore:
- 'dependabot/**'
pull_request: {}
defaults:
run:
shell: powershell
jobs:
check-paths:
uses: ./.github/workflows/paths-ignore.yaml
e2e-tests:
needs: check-paths
if: needs.check-paths.outputs.should-run == 'true'
timeout-minutes: 90
runs-on: windows-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
- uses: ./.github/actions/setup-environment
- uses: ./.github/actions/yarn-install
- name: Run e2e Tests
run: yarn test:e2e
env:
RD_DEBUG_ENABLED: '1'
- name: Upload failure reports
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
if: always()
with:
name: e2etest-artifacts
path: ./e2e/reports/*