Skip to content

Commit

Permalink
Run E2E tests only for frontend directory (#933)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemonkey800 authored Mar 14, 2023
1 parent 80b506e commit 3ef80eb
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@

name: E2E Tests

on: push
on:
push:
branches:
- main
paths:
- 'frontend/**'
pull_request:
branches:
- '**'
paths:
- 'frontend/**'

defaults:
run:
Expand Down Expand Up @@ -142,7 +152,7 @@ jobs:
- name: Upload artifacts
if: ${{ failure() }}
uses: actions/[email protected]
with:
with:
name: e2e-artifacts
path: frontend/e2e/report
retention-days: 1

0 comments on commit 3ef80eb

Please sign in to comment.