Add missing variable
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 56s
Run unit tests / rubocop (pull_request) Successful in 1m32s
Run unit tests / copyright_notice (pull_request) Successful in 1m43s
Run unit tests / unit_tests (pull_request) Failing after 2m50s
Run unit tests / build-static-assets (pull_request) Has been skipped
Some checks failed
Run unit tests / check-licenses (pull_request) Successful in 56s
Run unit tests / rubocop (pull_request) Successful in 1m32s
Run unit tests / copyright_notice (pull_request) Successful in 1m43s
Run unit tests / unit_tests (pull_request) Failing after 2m50s
Run unit tests / build-static-assets (pull_request) Has been skipped
This commit is contained in:
parent
ac470a802b
commit
494431eea6
@ -50,6 +50,8 @@ jobs:
|
|||||||
if: steps.changed-migration-files.outputs.any_changed == 'true'
|
if: steps.changed-migration-files.outputs.any_changed == 'true'
|
||||||
env:
|
env:
|
||||||
ALL_CHANGED_FILES: ${{ steps.changed-migration-files.outputs.all_changed_files }}
|
ALL_CHANGED_FILES: ${{ steps.changed-migration-files.outputs.all_changed_files }}
|
||||||
|
RAILS_ENV: test
|
||||||
|
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
|
||||||
run: |
|
run: |
|
||||||
echo ${#ALL_CHANGED_FILES[@]} migrations changed:
|
echo ${#ALL_CHANGED_FILES[@]} migrations changed:
|
||||||
for file in ${ALL_CHANGED_FILES}; do
|
for file in ${ALL_CHANGED_FILES}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user