Skip to content
This repository has been archived by the owner on Dec 23, 2024. It is now read-only.

Commit

Permalink
fix: fixes in GH action for integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mk committed Jan 15, 2024
1 parent 1174feb commit 8400a99
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ansible-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
integration-test-pr:
needs: authorize
runs-on: ubuntu-latest
defaults:
run:
working-directory: .ansible/collections/ansible_collections/equinix/cloud
steps:
- name: checkout Ansible collection
uses: actions/checkout@v4
Expand Down Expand Up @@ -64,10 +61,12 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- name: install cloned Python SDK
run: python -m pip install metal-python/equinix_metal
run: python3 -m pip install equinix_metal
working-directory: metal-python

- name: run tests
run: make testall
working-directory: .ansible/collections/ansible_collections/equinix/cloud
env:
METAL_API_TOKEN: ${{ secrets.METAL_API_TOKEN }}

0 comments on commit 8400a99

Please sign in to comment.