File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 fetch-depth : 0
4242 - name : Test
43+ if : runner.os != 'Windows'
4344 run : |
4445 git config --global user.email "[email protected] " 4546 git config --global user.name "Test User"
4647 gpg --batch --gen-key .github/workflows/testkey.conf
4748 source ~/venv/bin/activate
4849 make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') test
50+ - name : Test
51+ if : runner.os == 'Windows'
52+ run : |
53+ git config --global user.email "[email protected] " 54+ git config --global user.name "Test User"
55+ gpg --batch --gen-key .github/workflows/testkey.conf
56+ dir venv
57+ dir venv/Scripts
58+ venv/Scripts/activate
59+ make KEY:=$(gpg --list-keys --with-colons | awk -F: '/^pub/ {print $5; exit}') test
You can’t perform that action at this time.
0 commit comments