Fix env actions

This commit is contained in:
Alex
2023-09-09 17:57:12 +02:00
parent e4cd8379c1
commit 04dcfcc78b

View File

@@ -16,11 +16,6 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
env:
MIX_ENV: test
DATABASE_URL: postgresql://claper:claper@localhost:5432/claper
SECRET_KEY_BASE: QMQE4ypfy0IC1LZI/fygZNvXHPjLslnr49EE7ftcL1wgAC0MwMLdKCVJyrvXPu8z
services:
db:
image: postgres:9
@@ -36,6 +31,10 @@ jobs:
--health-retries 5
env:
ImageOS: ubuntu20
MIX_ENV: test
DATABASE_URL: postgresql://claper:claper@localhost:5432/claper
SECRET_KEY_BASE: QMQE4ypfy0IC1LZI/fygZNvXHPjLslnr49EE7ftcL1wgAC0MwMLdKCVJyrvXPu8z
steps:
- uses: actions/checkout@v3
- name: Set up Elixir