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 82d0d47
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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
# start another disk-heavy job
sudo snap install --no-wait --classic trivy
timeout 30s sudo apt-get --yes install sl
date

0 comments on commit 82d0d47

Please sign in to comment.