Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Upload e2e test videos as artifact in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 committed Jan 27, 2022
1 parent 1fcb7ea commit 4559e86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: make fmt-check
- name: frontend lint and coding style check
run: make web-check

test-checks:
runs-on: ubuntu-20.04
steps:
Expand Down Expand Up @@ -128,6 +128,12 @@ jobs:
headless: true
wait-on-timeout: 30
config: baseUrl=http://localhost:8080,chromeWebSecurity=false
- name: Upload cypress test videos
uses: actions/upload-artifact@v2
with:
name: e2e-videos
path: test/e2e/cypress/videos/


build-and-push-container-images:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 4559e86

Please sign in to comment.