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 cb2414b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Self-tests for scanners

on:
push:
branches:
- main
pull_request:

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

0 comments on commit cb2414b

Please sign in to comment.