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 f5781a7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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 sl
date

0 comments on commit f5781a7

Please sign in to comment.