Skip to content

Updated step name for running tests. #33

Updated step name for running tests.

Updated step name for running tests. #33

Workflow file for this run

name: Linux Tests
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: environment
run: echo "TERM=xterm-256color" >> $GITHUB_ENV
- name: checkout
uses: actions/checkout@v4
- name: run test script
run: ./bash-functions-lib-tests.sh
shell: bash