Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 8, 2024
1 parent b24015e commit d4d984e
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,6 @@ jobs:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04
- ubuntu-20.04
- windows-latest

steps:
- name: Git Checkout
Expand Down Expand Up @@ -90,6 +87,7 @@ jobs:
- name: Run tests
timeout-minutes: 5
run: |
bash fast-apt-mirror.sh current
set -eu
if [[ "${{ runner.os }}" == "Linux" && "${{ env.ACT }}" != "true" ]]; then
bashcov --skip-uncovered tests/run-tests.sh
Expand Down Expand Up @@ -121,35 +119,3 @@ jobs:
if: always() && steps.debug_ssh_sesssion_check.outputs.start_session
with:
limit-access-to-actor: ${{ inputs.debug-with-ssh-only-for-actor }}

test-containers:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
image:
- debian:unstable-slim
- debian:testing-slim
- debian:stable-slim
- debian:bookworm-slim
- debian:bullseye-slim
- debian:buster-slim
- "bitnami/minideb:latest"
- "bitnami/minideb:bookworm"
- "bitnami/minideb:bullseye"
- "bitnami/minideb:buster"
- "kalilinux/kali-last-release:latest"
- ubuntu:devel
- ubuntu:latest
- ubuntu:22.04
- ubuntu:20.04
- ubuntu:18.04
- ubuntu:16.04

steps:
- name: Git Checkout
uses: actions/checkout@v4 #https://github.com/actions/checkout

- name: Run tests in [${{ matrix.image }}]
timeout-minutes: 5
run: bash tests/run-tests-in-docker.sh ${{ matrix.image }}

0 comments on commit d4d984e

Please sign in to comment.