Skip to content

Update main.yml

Update main.yml #2

Workflow file for this run

name: integration_test_cli
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2 # checkout the repository content to github runner.
- name: setup python
uses: actions/setup-python@v2
- name: Install dependencies
run: |
conda env create -f marine_environment.yml -n marine_environment
conda activate marine_environment
ref: main

Check failure on line 19 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / integration_test_cli

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 19, Col: 9): Unexpected value 'ref'
- name: execute py script # run file
run: |
bash tests/integration_tests_run.sh