Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/testing improvement #221

Merged
merged 21 commits into from
Oct 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
65fec24
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
abdc362
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
bb3df70
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
c384cc5
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
64b16ad
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
e9f67c9
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
7816d30
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
7127914
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
584a935
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
e3fb495
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
3236529
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
a2717c9
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
208982c
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
1ed143c
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
2f4be9d
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
b1a7152
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
77eb3d7
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
b363cf6
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
9b5f7d7
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
79a9af0
Testing Neo4j Container inside Github Actions
alfredorubin96 Oct 6, 2022
be1b5f0
adding Neo4j container creation for all the possible envs
alfredorubin96 Oct 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Testing Neo4j Container inside Github Actions
  • Loading branch information
alfredorubin96 committed Oct 6, 2022
commit 71279148e45b91fcd7c73a8f1f577d81928ba123
4 changes: 2 additions & 2 deletions .github/workflows/master.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- name: Creating Neo4j Container
run: |
chmod +x ./scripts/docker-neo4j-initializer/docker-neo4j.sh
./scripts/docker-neo4j.sh
./scripts/docker-neo4j-initializer/docker-neo4j.sh
sleep 30s
chmod +x ./scripts/docker-neo4j-initializer/start-movies-db.sh
./scripts/start-movies-db.sh
./scripts/docker-neo4j-initializer/start-movies-db.sh

- name: Cypress run
uses: cypress-io/github-action@v2
Expand Down