Skip to content

Attempt LDAP bind if password hash isn't Argon2 #20063

Attempt LDAP bind if password hash isn't Argon2

Attempt LDAP bind if password hash isn't Argon2 #20063

Workflow file for this run

---
name: Feature tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6.0.2
- name: Login to DockerHub
uses: docker/login-action@v3.7.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Install uv
uses: astral-sh/setup-uv@v7.2.1
with:
version-file: tools/requirements-uv.txt
- name: Run feature tests
run: ./tests/feature_tests/test.sh
- name: Upload artifacts
uses: actions/upload-artifact@v6.0.0
if: always()
with:
name: build-artifacts
path: build