Skip to content

fix what I deleted earlier, how workas before but will improve it #49

fix what I deleted earlier, how workas before but will improve it

fix what I deleted earlier, how workas before but will improve it #49

name: Industrial CI
on:
push:
workflow_dispatch:
schedule:
- cron: '0 1 * * *' # Runs daily to check for dependency issues or flaking tests
jobs:
call_reusable_workflow:
uses: vortexntnu/vortex-ci/.github/workflows/reusable-industrial-ci.yml@main
with:
upstream_workspace: './vortex_auv.repos'
before_install_target_dependencies: 'cp ./requirements.sh /tmp/requirements.sh && chmod +x /tmp/requirements.sh && /tmp/requirements.sh'