Skip to content

Adding a very basic CI test that just installs the shell. #6

Adding a very basic CI test that just installs the shell.

Adding a very basic CI test that just installs the shell. #6

Workflow file for this run

name: Run Bash Script on ci-test Branch
on:
push:
branches:
- ci-test
pull_request:
branches:
- ci-test
jobs:
run-bash-script:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run install script
run: |
chmod +x ./ci/01-install-shell-only.sh
./ci/01-install-shell-only.sh