8000 mknb: look for newer types of ssh keys to insert into the authorized keys file in the image · xcat2/xcat-core@afb1bca · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mknb: look for newer types of ssh keys to insert into the authorized … #278

mknb: look for newer types of ssh keys to insert into the authorized …

mknb: look for newer types of ssh keys to insert into the authorized … #278

Workflow file for this run

name: xcat_test
on: [pull_request, workflow_dispatch]
jobs:
xcat_pr_test:
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
- name: Run tests
run: perl github_action_xcat_test.pl
0