Skip to content

Create main.yml

Create main.yml #1

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
with:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 15
python-version: 3.8 #install the python needed
- name: Install dependencies
run: |
conda env create -f marine_environment.yml -n marine_environment
conda activate marine_environment
ref: # branch
main
- name: execute py script # run file
run: |
bash tests/integration_tests_run.sh