mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-03 08:34:09 +02:00
cleanup
This commit is contained in:
parent
32b65b0bad
commit
868374e4f8
4 changed files with 1 additions and 50 deletions
16
.github/workflows/ci.yaml
vendored
16
.github/workflows/ci.yaml
vendored
|
|
@ -37,22 +37,6 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
name: Unit tests
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
backend:
|
||||
- smbclient
|
||||
- libsmbclient
|
||||
|
||||
services:
|
||||
samba:
|
||||
image: dperson/samba
|
||||
env:
|
||||
USER: "test;test"
|
||||
SHARE: "test;/tmp;yes;no;yes;all;none"
|
||||
ports:
|
||||
- 139:139
|
||||
- 445:445
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup PHP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue