Skip to content

Commit

Permalink
CI: don't hardcode the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerysong committed Apr 24, 2023
1 parent 56f94d1 commit d6d3888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugins-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: pip install docker-compose zabbix-api

- name: Install ansible.netcommon collection
run: ansible-galaxy collection install ansible.netcommon -p /home/runner/work/community.zabbix/community.zabbix
run: ansible-galaxy collection install ansible.netcommon -p $GITHUB_WORKSPACE
working-directory: ./ansible_collections/community/zabbix

# For Zabbix integration tests we need to test against different versions of
Expand Down

0 comments on commit d6d3888

Please sign in to comment.