From 3c977c20d8f9b464f2d3f15c49628f71f714aaf6 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Thu, 17 Oct 2024 16:17:19 +0300 Subject: [PATCH] test --- .github/workflows/Build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 7ab57d1..7efafff 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -38,10 +38,9 @@ jobs: imageName: testdemos_local steps: - uses: actions/checkout@v4 - - - run: ls -la && echo $imageName + - name: Build container - run: docker build -t $imageName ./Dockerfile + run: docker build -t $imageName . - name: Prepare run: rsync -a deps/${{ matrix.test.type }}/* .