Skip to content

Use the new --use-kerberos option for smbclient #30

Use the new --use-kerberos option for smbclient

Use the new --use-kerberos option for smbclient #30

Workflow file for this run

name: Nix Powered Tests
on:
pull_request: {}
push:
branches:
- main
jobs:
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
- run: |
nix develop -c bash<<SH
bundle install
bundle exec rspec
SH