From 4e8978fd87af0452cea5454b4e3096485d6fe21f Mon Sep 17 00:00:00 2001 From: Anwesha Das Date: Thu, 9 May 2024 20:12:41 +0200 Subject: [PATCH] Updates the working directories Update to images/execution-environments/community-ee-base in the build step. Updates to ~/eercheck in the Test step. --- .github/workflows/eerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eerelease.yml b/.github/workflows/eerelease.yml index 0b19660..eadc277 100644 --- a/.github/workflows/eerelease.yml +++ b/.github/workflows/eerelease.yml @@ -85,7 +85,7 @@ jobs: podman pull fedora:latest - name: Build the Base Community EE image - working-directory: + working-directory: images/execution-environments/community-ee-base run: | ansible-builder build --tag ghcr.io/anweshadas/community-ee-base:${{ env.BASE_EE_VERSION }} @@ -96,7 +96,7 @@ jobs: # Break down to 2 spearate step/ cd ../eercheck - name: Test the image with eercheck - working-directory: eercheck + working-directory: ~/eercheck run: | pwd ls -l