Skip to content

Commit

Permalink
chore(ci): return e2e workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
awinogradov committed Aug 9, 2023
1 parent 5e4c55b commit beac127
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: e2e

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build_and_run_e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Build the stack
run: docker-compose -f docker-compose.ci.yml up -d

- name: run e2e
uses: cypress-io/github-action@v4
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- 3000:3000
build:
context: .
dockerfile: Dockerfile.dev
dockerfile: Dockerfile
depends_on:
- db
environment:
Expand Down

0 comments on commit beac127

Please sign in to comment.