Skip to content

Commit

Permalink
test collection install
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Apr 11, 2024
1 parent 24d1315 commit ca53a1a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,22 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r ansible-dc-vxlan-example/requirements.txt
- name: Install the collection tarball
run: ansible-galaxy collection install cisco-nac_dc_vxlan-0.1.0.tar.gz

- name: Install supporting collections
run: ansible-galaxy collection install -r ansible-dc-vxlan-example/requirements.yml

- name: Checkout pwd
run: pwd

- name: Checkout dir
run: ls -altnr

- name: Checkout Example dir
run: ls -altnr /home/runner/work/ansible-dc-vxlan/ansible-dc-vxlan/ansible-dc-vxlan-example

# - name: Build a nac-dc-vxlan collection tarball
# run: ansible-galaxy collection build

0 comments on commit ca53a1a

Please sign in to comment.