WIP: Testing CI
This commit is contained in:
parent
42d3acd64a
commit
423d57164a
3
.github/actions/default/Dockerfile
vendored
3
.github/actions/default/Dockerfile
vendored
@ -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" ]
|
||||
|
||||
|
||||
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -4,7 +4,7 @@ name: Molecule tests for Wazuh Ansible
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
testing:
|
||||
default:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user