ichinose9372 / ft_transcendense_42

3 stars 1 forks source link

CIの設定 #34

Closed ichinose9372 closed 6 months ago

ichinose9372 commented 7 months ago

github actionsを走らせる

ichinose9372 commented 7 months ago
python manage.py test models
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
......
----------------------------------------------------------------------
Ran 6 tests in 0.015s

OK
Destroying test database for alias 'default'...

コンテナの中でmodelsのテストは成功するので それをactionsで起動するようにする

ichinose9372 commented 7 months ago

.envをactionsで使用できるようにするにはちゃんとacitonsの環境につくってあげないといけない ↓ リポジトリ機能のシークレットを使用して設定しておく ↓ それをactionsのフローで.envにリダイレクトすることで解決できる

ichinose9372 commented 6 months ago

test失敗する時としない時の調査

ichinose9372 commented 6 months ago

/done