Skip to content

removed non-essential -x permissions, based on reports only -r -w are… #7

removed non-essential -x permissions, based on reports only -r -w are…

removed non-essential -x permissions, based on reports only -r -w are… #7

Workflow file for this run

name: Ansible - Test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -yq --no-install-recommends mkisofs qemu-system-x86 qemu-utils
- name: Run test
run: make test-platform-amd64