Skip to content

CI: move run_order to top folder #89

CI: move run_order to top folder

CI: move run_order to top folder #89

Workflow file for this run

name: Tests
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
# Runs a single command using the runners shell
- name: Overwrite the install_order.json
run: |
echo "$(jq -r '.[].scripts |= map(select(. != "copy_admin_scripts.sh"))' install_order.json)" > install_order.json
- name: Run the scripts
run: |
sudo bash install.sh