Skip to content

Commit

Permalink
updated setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 11, 2024
1 parent 2a7aeca commit 07ea9a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
ruby-version: ${{ matrix.ruby }}

- name: Setup test rails app
id: setup-rails-app
run: ./e2e_tests/setup.sh

- name: Wait for neo4j
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo "SHA=$(git rev-parse --short "$GITHUB_SHA")" >> $GITHUB_ENV
gem install rails -v 7.1.2 --no-document
# /Users/hardik_joshi/work/open_source/activegraph/docs/activegraph.rb
sed 's/.*activegraph.*/gem '"'"'activegraph'"'"', github: "neo4jrb\/activegraph", ref: "'"$(git rev-parse --short "$GITHUB_SHA")"'"/' docs/activegraph.rb > template.tmp
# rails _7.1.2_ new myapp -O -m ./template.tmp
rails _7.1.2_ new myapp -O -m ./template.tmp
# cd myapp
# bundle exec rails generate model User name:string
# RAILS_ENV=test bundle exec rake neo4j:migrate
Expand Down

0 comments on commit 07ea9a7

Please sign in to comment.