Skip to content

Update action.yaml

Update action.yaml #2

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: ghcr.io/euroargodev/coriolis-data-processing-chain-for-argo-floats:061a
env:
NODE_ENV: development
ports:
- 80
volumes:
- my_docker_volume:/volume_mount
options: --cpus 1
steps:
- name: Check for dockerenv file
run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv)