mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-02-24 12:09:59 +01:00
Fix env actions
This commit is contained in:
9
.github/workflows/elixir.yml
vendored
9
.github/workflows/elixir.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user