Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier committed May 21, 2024
1 parent de76068 commit 8ede83d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,19 @@ jobs:
fail-fast: false
matrix:
# test building and using pre-build containers.
build_docker: ["true",""]
build_docker: [""]
env:
TESTING: ${{ matrix.build_docker}}
steps:
- uses: actions/checkout@v2
- run: |
docker image ls
- name: Molecule tests
uses: ./
with:
repo_base_url: 'https://download.newrelic.com/infrastructure_agent'
package_name: 'newrelic-infra'
package_version: '1.52.1'
package_version: '1.52.3'
gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
platforms: "al2,al2023,centos7,centos8,debian-bullseye,debian-buster,redhat8,redhat9,suse15.2,suse15.3,suse15.4,suse15.5,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204"
platforms: "ubuntu2204,ubuntu2404"
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
PACKAGE_NAME: ${{ inputs.package_name }}
PACKAGE_VERSION: ${{ inputs.package_version }}
GPG_KEY: ${{ inputs.gpg_key }}
run: "cd ${GITHUB_ACTION_PATH} && molecule converge"
run: "cd ${GITHUB_ACTION_PATH} && sudo molecule converge"
- name: Teardown
shell: bash
run: "cd ${GITHUB_ACTION_PATH} && molecule destroy"
run: "cd ${GITHUB_ACTION_PATH} && sudo molecule destroy"

0 comments on commit 8ede83d

Please sign in to comment.