Skip to content

Commit

Permalink
feat: prepare for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas committed Oct 20, 2023
1 parent d3048bd commit 3c0bfac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, ready_for_review]

Expand Down
12 changes: 9 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: End-to-end tests
on: push
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, ready_for_review]

env:
# a list of apps to build and publish on releases
Expand All @@ -15,10 +21,10 @@ jobs:
- name: Build the backend
run: sudo docker-compose -f support-services/docker-compose.yml up -d init

- name: install dependencies and verify Cypress
- name: install dependencies
run: |
npm ci
- name: Cypress tests
- name: E2E tests
run: npx nx run-many --projects=${{ env.APP_NAMES }} --target=e2e

0 comments on commit 3c0bfac

Please sign in to comment.