Skip to content

Commit 8561c3d

Browse files
committed
Add required environment variable for CI
1 parent 83a17f2 commit 8561c3d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
- name: Run tests
7575
env:
7676
RAILS_ENV: test
77+
SUBMISSION_DEADLINE: "2099-01-01T00:00:00Z"
7778
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
7879
# REDIS_URL: redis://localhost:6379/0
7980
run: bin/rails db:test:prepare test
@@ -102,6 +103,7 @@ jobs:
102103
- name: Run System Tests
103104
env:
104105
RAILS_ENV: test
106+
SUBMISSION_DEADLINE: "2099-01-01T00:00:00Z"
105107
# RAILS_MASTER_KEY: ${{ secrets.RAILS_MASTER_KEY }}
106108
# REDIS_URL: redis://localhost:6379/0
107109
run: bin/rails db:test:prepare test:system

0 commit comments

Comments
 (0)