Skip to content

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

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

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

Workflow file for this run

name: Run 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: Set TERM and run install script
run: |
export TERM=xterm
chmod +x ./ci/01-install-shell-only.sh
./ci/01-install-shell-only.sh