Skip to content

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

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

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

Workflow file for this run

name: Run Bash Script on ci-test Branch
on:
push:
branches:
- ci-test # Specify the test branch here
pull_request:
branches:
- ci-test # Specify the test branch here
jobs:
run-bash-script:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
- name: Run install script
run: |
chmod +x ./ci/01-install-shell-only.sh
./ci/01-install-shell-only.sh