Skip to content

added git install as dependency and collapsed commands into single lines #2

added git install as dependency and collapsed commands into single lines

added git install as dependency and collapsed commands into single lines #2

Workflow file for this run

name: Test Scripts on RPi Simulator
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
with:
commands: |
bash StableInstall_RPiShinyServer.sh
bash Uninstall_RPiShinyServer.sh