Skip to content

Commit

Permalink
example workflow for runner failure
Browse files Browse the repository at this point in the history
  • Loading branch information
lengau committed Nov 15, 2024
0 parents commit 4d8e5cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Self-tests for scanners

on:
push:
pull_request:

jobs:
man-db:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- run: |
sudo apt-get update
timeout 30s sudo apt-get --yes install python3-build

0 comments on commit 4d8e5cc

Please sign in to comment.