WIP: Testing CI

This commit is contained in:
manuasir 2020-07-28 02:44:54 +02:00
parent 42d3acd64a
commit 423d57164a
2 changed files with 3 additions and 2 deletions

View File

@ -37,7 +37,8 @@ RUN apk add --update --no-cache ${BUILD_DEPS} ${PACKAGES} && \
# CMD cd ${GITHUB_REPOSITORY}; molecule ${INPUT_MOLECULE_OPTIONS} ${INPUT_MOLECULE_COMMAND} ${INPUT_MOLECULE_ARGS}
# Adding systemd compatibility.
WORKDIR ${GITHUB_REPOSITORY}
COPY . /wazuh-ansible
WORKDIR /wazuh-ansible
VOLUME [ "/sys/fs/cgroup", "/run", "/run/lock" ]

View File

@ -4,7 +4,7 @@ name: Molecule tests for Wazuh Ansible
on: [push]
jobs:
testing:
default:
runs-on: ubuntu-latest
steps:
- name: Check out code