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 122f586 commit d2066d9Copy full SHA for d2066d9
.github/workflows/linux.yml
@@ -49,9 +49,5 @@ jobs:
49
run: dotnet build -c Release
50
- name: "Test"
51
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
-
+ 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 }}"
+
0 commit comments