Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Fix ci

Fix ci #36

Workflow file for this run

on:
pull_request:
jobs:
test:
runs-on: ubuntu-20.04
env:
MIX_ENV: test
SUPABASE_TEST_URL: ${{ env.SUPABASE_TEST_URL }}

Check failure on line 10 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 10, Col: 26): Unrecognized named-value: 'env'. Located at position 1 within expression: env.SUPABASE_TEST_URL
SUPABASE_TEST_KEY: ${{ secrets.SUPABASE_TEST_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: erlef/[email protected]
with:
otp-version: "23.3"
elixir-version: "1.11.3"
- run: mix deps.get
- run: mix coveralls.github