File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : " Setup Environment"
3636 run : |
3737 eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
38- sudo apt-get install firefox xdg-user-dirs xdg-user-dirs-gtk gettext tzdata locales libnotify-dev libsecret-tools notification-daemon xvfb -y
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
3939 xdg-user-dirs-update
4040 xdg-user-dirs-gtk-update
4141 sudo locale-gen en_US.UTF-8
4848 - name : " Build"
4949 run : dotnet build -c Release
5050 - name : " Test"
51- run : dotnet test -c Release ${{ env.TEST_PROJECT_NAME }}
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+ "
5257
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2025 Nick Logozzo
3+ Copyright (c) 2025 Nickvision
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
You can’t perform that action at this time.
0 commit comments