Skip to content

Commit

Permalink
ci: using version flag to test scaphandre exec
Browse files Browse the repository at this point in the history
  • Loading branch information
bdromard committed Jan 25, 2024
1 parent 45765fd commit 42c223d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/debian-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install and run scaphandre Stdout exporter for 10 seconds
run: |
apt install -y ./${{ env.DEB11PKG }}
scaphandre stdout -t 10
scaphandre -V
deb12-container-install-scaphandre:
name: Create Debian 12 container and install scaphandre with URL
needs: create_debian_pkg_with_tag
Expand All @@ -104,4 +104,4 @@ jobs:
- name: Install and run scaphandre Stdout exporter for 10 seconds
run: |
apt install -y ./${{ env.DEB12PKG }}
scaphandre stdout -t 10
scaphandre -V

0 comments on commit 42c223d

Please sign in to comment.