We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a17f2 commit 8561c3dCopy full SHA for 8561c3d
1 file changed
.github/workflows/ci.yml
@@ -74,6 +74,7 @@ jobs:
74
- name: Run tests
75
env:
76
RAILS_ENV: test
77
+ SUBMISSION_DEADLINE: "2099-01-01T00:00:00Z"
78
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
79
# REDIS_URL: redis://localhost:6379/0
80
run: bin/rails db:test:prepare test
@@ -102,6 +103,7 @@ jobs:
102
103
- name: Run System Tests
104
105
106
107
108
109
run: bin/rails db:test:prepare test:system
0 commit comments