Skip to content

Commit 5922eb7

Browse files
committed
more updates
Signed-off-by: NilashishC <nchakrab@redhat.com>
1 parent 1e8a0ca commit 5922eb7

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/collection.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ jobs:
3535
- name: Cleanup services
3636
run: make cleanup-services
3737

38-
- name: Validate that password is set
39-
run: |
40-
cat /tmp/collections/ansible_collections/ansible/platform/tests/integration/integration_config.yml
41-
4238
- uses: actions/checkout@v3
4339

4440
- name: Perform integration tests

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ collection-lint: collection-install
7171

7272
## Run the collection tests
7373
collection-test: collection-install
74-
$(eval ADMIN_PW=$(shell awk '/gateway_admin_password/{print $$2}' $(GITHUB_WORKSPACE)/ansible.platform/aap-gateway/container-startup.yml | xargs echo))
74+
$(eval ADMIN_PW=$(shell awk '/gateway_admin_password/{print $$2}' $(WORKSPACE)/ansible.platform/aap-gateway/container-startup.yml | xargs echo))
7575
echo 'gateway_password: $(ADMIN_PW)' > \
7676
/tmp/collections/ansible_collections/ansible/platform/tests/integration/integration_config.yml
7777
cd /tmp/collections/ansible_collections/ansible/platform && \

0 commit comments

Comments
 (0)