Skip to content

Allow to set uid and gid instead of owner and group. No checks will b… #3046

Allow to set uid and gid instead of owner and group. No checks will b…

Allow to set uid and gid instead of owner and group. No checks will b… #3046

Workflow file for this run

name: "Test"
on:
pull_request:
push:
branches:
- master
schedule:
- cron: '51 2 * * *'
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
- name: Add keys group (needed for go tests)
run: sudo groupadd keys
- name: Run unit tests
run: nix develop .#unit-tests --command "true"