We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269915f commit 324b472Copy full SHA for 324b472
docker-compose.yml
@@ -50,6 +50,28 @@ services:
50
command: "bundle exec rspec spec/test"
51
user: ${CURRENT_UID}
52
53
+ test_5_0:
54
+ build:
55
+ context: .
56
+ dockerfile: ./Dockerfile.test.5.2
57
+ environment:
58
+ RAILS_ENV: test
59
+ links:
60
+ - postgres_test
61
+ command: "bundle exec rspec spec/test"
62
+ user: ${CURRENT_UID}
63
+
64
+ test_5_1:
65
66
67
68
69
70
71
72
73
74
75
test_5_2:
76
build:
77
context: .
0 commit comments