File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,21 +32,21 @@ jobs:
3232 uses : actions/setup-dotnet@v5
3333 with :
3434 dotnet-version : ' 9.0.x'
35+ - name : " Unlock Keyring"
36+ uses : t1m0thyj/unlock-keyring@v1
3537 - name : " Setup Environment"
3638 run : |
3739 eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
38- sudo apt-get install gnome-keyring dbus-x11 xdg-user-dirs xdg-user-dirs-gtk gettext tzdata locales libnotify-dev libsecret-tools notification-daemon xvfb -y
40+ sudo apt-get install xdg-user-dirs xdg-user-dirs-gtk gettext tzdata locales libnotify-dev libsecret-tools notification-daemon xvfb -y
3941 xdg-user-dirs-update
4042 xdg-user-dirs-gtk-update
4143 sudo locale-gen en_US.UTF-8
4244 sudo update-locale LANG=en_US.UTF-8
4345 xvfb-run /usr/lib/notification-daemon/notification-daemon -r &
44- - name : " Unlock Keyring"
45- uses : t1m0thyj/unlock-keyring@v1
4646 - name : " Restore"
4747 run : dotnet restore
4848 - name : " Build"
4949 run : dotnet build -c Release
5050 - name : " Test"
51- run : 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 }}"
51+ run : dotnet test -c Release ${{ env.TEST_PROJECT_NAME }}
5252
You can’t perform that action at this time.
0 commit comments