Skip to content

Add Docker-based integration tests for install scripts #2

Add Docker-based integration tests for install scripts

Add Docker-based integration tests for install scripts #2

Workflow file for this run

name: Integration Tests
on:
push:
pull_request:
jobs:
integration:
runs-on: ubuntu-latest
strategy:
matrix:
container:
- ubuntu:22.04
- kalilinux/kali-rolling
container:
image: ${{ matrix.container }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
apt-get update
apt-get install -y sudo bash git
- name: Run integration test
run: |
chmod +x tests/integration/ubuntu.test.sh
bash tests/integration/ubuntu.test.sh