forked from fediversity/fediversity
Compare commits
No commits in common. "5a72f1bd2c41b0d5b6ddac83714ac385821ae8f6" and "8091eb72921bdaba8f88896f99cb865c94214192" have entirely different histories.
5a72f1bd2c
...
8091eb7292
2 changed files with 0 additions and 13 deletions
|
|
@ -27,12 +27,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: nix build .#checks.x86_64-linux.test-mastodon-service -L
|
- run: nix build .#checks.x86_64-linux.test-mastodon-service -L
|
||||||
|
|
||||||
check-pixelfed:
|
|
||||||
runs-on: native
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- run: nix build .#checks.x86_64-linux.test-pixelfed-garage-service -L
|
|
||||||
|
|
||||||
check-peertube:
|
check-peertube:
|
||||||
runs-on: native
|
runs-on: native
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,6 @@ let
|
||||||
|
|
||||||
${seleniumQuit}'';
|
${seleniumQuit}'';
|
||||||
|
|
||||||
dummyFile = pkgs.writeText "dummy" "dummy";
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
name = "test-pixelfed-garage";
|
name = "test-pixelfed-garage";
|
||||||
|
|
@ -171,12 +170,6 @@ in
|
||||||
users.users.selenium = {
|
users.users.selenium = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
};
|
};
|
||||||
fediversity.temp.initialUser = {
|
|
||||||
username = "dummy";
|
|
||||||
displayName = "dummy";
|
|
||||||
email = "dummy";
|
|
||||||
passwordFile = dummyFile;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue