Skip to content

Script to sync Scada files to local system #75

Script to sync Scada files to local system

Script to sync Scada files to local system #75

Workflow file for this run

name: CI
on:
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Initialize and update submodules
run: git submodule update --init --recursive
- name: Run Bats tests
run: |
cd cli_meter
./test/bats-core/bin/bats test