Skip to content

Commit

Permalink
Merge pull request #336 from b10n1k/add_requirements_to_run_script
Browse files Browse the repository at this point in the history
Add steps to install requirements
  • Loading branch information
mergify[bot] authored Aug 7, 2024
2 parents 7d905f8 + 9d9b52d commit 683888f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ If you have questions, visit us on IRC in [#opensuse-factory](irc://chat.freenod
## How to use

Checkout the individual scripts and either call them manually or automatically, e.g. in CI jobs
Find all the dependencies which are required in
[dependencies.yaml](https://github.com/os-autoinst/scripts/blob/master/dependencies.yaml].
You get all of them installed with one package.

```bash
sudo zypper in os-autoinst-scripts-deps
```

### auto-review - Automatically detect known issues in openQA jobs, label openQA jobs with ticket references and optionally retrigger

Expand Down

0 comments on commit 683888f

Please sign in to comment.