Skip to content

Add database url to test yml file #13

Add database url to test yml file

Add database url to test yml file #13

Workflow file for this run

name: Test

Check failure on line 1 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test.yml

Invalid workflow file

(Line: 21, Col: 5): Unexpected value 'env'
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * 4" # every Thursday
permissions:
contents: read
jobs:
Test:
uses: solidusio/test-solidus-extension/.github/workflows/test.yml@main
with:
rails_versions: '["7.2"]'
databases: '["postgresql", "sqlite"]'
ruby_versions: '["3.4"]'
solidus_branches: '[ "main"]'
env:
DATABASE_URL: "postgres://postgres:postgres@localhost:5432/solidus_starter_frontend"