Skip to content

Run unit tests in isolation to avoid side-effects #13

Run unit tests in isolation to avoid side-effects

Run unit tests in isolation to avoid side-effects #13

Workflow file for this run

name: "bashdb CI"
on:
push:
jobs:
linux:
name: "Linux"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Packages
shell: bash
run: |+
sudo apt -y update
sudo apt -y install autoconf automake texinfo
- name: Configure
shell: bash
run: sh ./autogen.sh
- name: Show Pygmentize Version
shell: bash
run: pygmentize --version
- name: Test
shell: bash
env:
VERBOSE: 1
run: make -e check