diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index d4fa0f064..7ad1154a1 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -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 diff --git a/e2e_tests/setup.sh b/e2e_tests/setup.sh index b05992bcf..0fe70e57b 100755 --- a/e2e_tests/setup.sh +++ b/e2e_tests/setup.sh @@ -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