mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix CI
This commit is contained in:
parent
0380d02ca2
commit
5fbcd8e4fe
2 changed files with 4 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
|
|
|
@ -47,11 +47,12 @@ $more-button-width: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
my-actor-host {
|
my-actor-host {
|
||||||
max-width: 50%;
|
flex-shrink: 1;
|
||||||
|
min-width: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.owner-label {
|
.owner-label {
|
||||||
|
flex-shrink: 1;
|
||||||
color: pvar(--fg-300);
|
color: pvar(--fg-300);
|
||||||
|
|
||||||
@include disable-default-a-behaviour;
|
@include disable-default-a-behaviour;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue