Skip to content

Commit

Permalink
activegraph path cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Sep 25, 2024
1 parent 2e89221 commit 611e982
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 @@ -24,7 +24,6 @@ jobs:
java-version: 17
env:
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}
ACTIVEGRAPH_PATH: ../
JRUBY_OPTS: --debug -J-Xmx1280m -Xcompile.invokedynamic=false -J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-noverify -Xcompile.mode=OFF
steps:
- name: Start 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 @@ -5,7 +5,7 @@
rm -r ./myapp
gem install rails -v $ACTIVE_MODEL_VERSION --no-document

sed 's|.*gem '"'"'activegraph'"'"'.*|gem '"'"'activegraph'"'"', path: "'"$ACTIVEGRAPH_PATH"'"|' docs/activegraph.rb > template.tmp
sed 's|.*gem '"'"'activegraph'"'"'.*|gem '"'"'activegraph'"'"', path: '"'"'../'"'"'|' docs/activegraph.rb > template.tmp

rails \_$ACTIVE_MODEL_VERSION\_ new myapp -O -m ./template.tmp
rm -f ./template.tmp
Expand Down

0 comments on commit 611e982

Please sign in to comment.