Skip to content

Ensure connection between AsyncKeepLastQueue and its parent #162

Ensure connection between AsyncKeepLastQueue and its parent

Ensure connection between AsyncKeepLastQueue and its parent #162

Workflow file for this run

name: Build
on: [push]
defaults:
run:
shell: bash
jobs:
build:
name: Build
runs-on: [self-hosted, nix, general, arm64-linux, small]
environment:
name: main
steps:
- uses: actions/checkout@v3
- name: Build dev env
run: nix build -L -v --no-link
- name: Test
shell: nix develop -v -c bash {0}
run: |
./cli.sh code_quality
./cli.sh run_tests