We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e411df commit 7ca9ad7Copy full SHA for 7ca9ad7
.github/workflows/test.yml
@@ -33,4 +33,5 @@ jobs:
33
git config --global user.email "[email protected]"
34
git config --global user.name "Test User"
35
gpg --batch --gen-key .github/workflows/testkey.conf
36
+ source venv/bin/activate
37
make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') test
0 commit comments