Skip to content

Commit d2066d9

Browse files
committed
Update linux.yml
1 parent 122f586 commit d2066d9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,5 @@ jobs:
4949
run: dotnet build -c Release
5050
- name: "Test"
5151
run: |
52-
dbus-run-session -- bash -c "
53-
gnome-keyring-daemon --unlock --replace --daemonize
54-
echo -n '' | gnome-keyring-daemon --unlock
55-
dotnet test -c Release ${{ env.TEST_PROJECT_NAME }}
56-
"
57-
52+
dbus-run-session -- bash -c "gnome-keyring-daemon --unlock --replace --daemonize && echo -n '' | gnome-keyring-daemon --unlock && dotnet test -c Release ${{ env.TEST_PROJECT_NAME }}"
53+

0 commit comments

Comments
 (0)