Skip to content

add prod/test workflows #1

add prod/test workflows

add prod/test workflows #1

name: bcfishpass-production
run-name: ${{ github.actor }} Run bcfishpass on prod
on:
workflow_dispatch:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
jobs:
modelled-stream-crossings:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run the jobs
run: jobs/bcfishpass01_modelledcrossings
jobs:

Check failure on line 17 in .github/workflows/bcfishpass-production.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/bcfishpass-production.yaml

Invalid workflow file

You have an error in your yaml syntax on line 17
model-prep:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run the jobs
run: jobs/bcfishpass02_prep
jobs:
model-prep:
runs-on: ubuntu-latest
environment: production
container: ghcr.io/smnorris/bcfishpass:main
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Run the jobs
run: jobs/bcfishpass03_model