Skip to content

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

Run unit tests in isolation to avoid side-effects

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

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: Test
env:
CIRCLECI: 1
shell: bash
run: make check