Skip to content

Commit

Permalink
disable other tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardikjoshi committed Jan 12, 2024
1 parent 82a666c commit a5a000e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby-9.4.5.0, ruby-3.2.2 ]
ruby: [ jruby-9.4.5.0, ruby-3.2.2, ruby-3.1.4 ]
neo4j: [ 5.15.0 ]
active_model: [ 7.1.2 ]
include:
- ruby: ruby-3.2.2
neo4j: 5.15.0
active_model: 7.1.2
env:
# NEO4J_VERSION: ${{ matrix.neo4j }}
ACTIVE_MODEL_VERSION: ${{ matrix.active_model }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ jruby-9.4.5.0, ruby-3.1.4 ]
neo4j: [ 3.5.35, 4.0.12, 4.1.13, 4.2.19, 4.3.24, 4.4.29, 5.15.0 ]
active_model: [ 7.0.8, 7.1.2 ]
include:
- ruby: ruby-3.2.2
neo4j: 5.15.0
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sed 's/.*gem '"'"'activegraph'"'"'.*/gem '"'"'activegraph'"'"', github: "neo4jrb
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
RAILS_ENV=test bundle exec rake neo4j:migrate
# bundle exec rails c
# bundle exec rails s

0 comments on commit a5a000e

Please sign in to comment.