From 78bddd06451d6f847d8b884bfd887ec2c6e71744 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Fri, 4 Oct 2024 14:58:54 +0200 Subject: [PATCH] ls --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6487e9490..e0f88ddcd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -32,6 +32,7 @@ jobs: npm install npm run clean npm run build + ls -la packages/cli/dist/cli.js # working-directory: ./javascript #docker/build-push-action has a built-in checkout - name: Build and push Docker image from main