dd0bc96284
Rust / Test (ubuntu-latest) (push) Failing after 1s
Rust / Integration Test (ubuntu-latest) (push) Failing after 2s
Rust / Build (ubuntu-latest) (push) Failing after 1s
Rust / Test (No Web) (push) Failing after 0s
Rust / Check Formatting (push) Failing after 2s
End to End tests / Build generic binary and run tests on it (push) Failing after 6m22s
Rust / Build (macos-latest) (push) Has been cancelled
Rust / Build (Windows) (push) Has been cancelled
Rust / Test (macos-latest) (push) Has been cancelled
Rust / Test (Windows) (push) Has been cancelled
25 lines
555 B
YAML
25 lines
555 B
YAML
---
|
|
version: "2.1"
|
|
services:
|
|
zellij-e2e:
|
|
image: ghcr.io/linuxserver/openssh-server
|
|
container_name: zellij-e2e
|
|
hostname: zellij-e2e
|
|
environment:
|
|
PUID: 1000
|
|
PGID: 1000
|
|
TZ: Europe/Vienna
|
|
PASSWORD_ACCESS: true
|
|
USER_PASSWORD: test
|
|
USER_NAME: test
|
|
volumes:
|
|
- type: bind
|
|
source: ./target
|
|
target: /usr/src/zellij
|
|
- type: bind
|
|
source: ./src/tests/fixtures
|
|
target: /usr/src/zellij/fixtures
|
|
ports:
|
|
- "127.0.0.1:2222:2222/tcp"
|
|
restart: unless-stopped
|