Skip to content

Commit 272bd76

Browse files
committed
Testing
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent fa73728 commit 272bd76

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ jobs:
298298
- name: Install Python dependencies
299299
run: >
300300
sudo python -m pip install
301+
deepdiff
301302
dbus-python
302303
dbus-python-client-gen
303304
justbytes
@@ -324,9 +325,11 @@ jobs:
324325
working-directory: stratisd
325326
- name: Reload udev
326327
run: sudo udevadm control --reload
327-
- uses: stratis-storage/github-actions/github-modify@HEAD
328+
- uses: actions/checkout@v4
328329
with:
329-
repo: testing
330+
repository: stratis-storage/testing
331+
path: testing
332+
ref: refs/pull/327/head
330333
- name: Run stratisd_cert.py
331334
run: >
332335
sudo

0 commit comments

Comments
 (0)