Skip to content

Commit

Permalink
Update e2e-tests-reviews.yml
Browse files Browse the repository at this point in the history
Use the main branch as the base.
  • Loading branch information
vid authored Feb 26, 2024
1 parent c614291 commit b287008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Merge base branch
run: |
git fetch origin e2e-tests-reviews
git merge --allow-unrelated-histories -X theirs origin/e2e-tests-reviews
git fetch origin main
git merge --allow-unrelated-histories -X theirs origin/main
- name: Install frontend dependencies
run: npm ci
Expand Down

0 comments on commit b287008

Please sign in to comment.