Skip to content

Commit

Permalink
Check existing products
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Oct 26, 2023
1 parent 13e9ad6 commit 617de6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
- name: Run the Agama smoke test
run: podman exec agama curl http://localhost:9090/cockpit/@localhost/agama/index.html


- name: Check existing products
- run: podman exec agama bash -c "busctl --address unix:path=/run/agama/bus get-property org.opensuse.Agama.Software1 /org/opensuse/Agama/Software1 org.opensuse.Agama.Software1 AvailableBaseProducts"

- name: Check Playwright version
run: podman exec agama playwright --version

Expand Down

0 comments on commit 617de6c

Please sign in to comment.