Skip to content

Commit

Permalink
Autosubmit to OBS also the agama-integration-tests package (#1478)
Browse files Browse the repository at this point in the history
- This adds automation for submitting the `agama-integration-tests`
package to the Devel OBS project.
- Based on
[obs-staging-playwright.yml](https://github.com/openSUSE/agama/blob/master/.github/workflows/obs-staging-playwright.yml)
  • Loading branch information
lslezak authored Jul 18, 2024
2 parents c805698 + e6ea3e1 commit 12194f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/obs-staging-integration-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Submit agama-integration-tests

on:
# runs on pushes targeting the default branch
push:
branches:
- master
paths:
# run only when a source file is changed
- puppeteer/**

# allow running manually
workflow_dispatch:

jobs:
update_staging:
uses: ./.github/workflows/obs-staging-shared.yml
# pass all secrets
secrets: inherit
with:
package_name: agama-integration-tests
service_file: puppeteer/package/_service

0 comments on commit 12194f8

Please sign in to comment.