From b59f2b2d4bb9feb54f980386cecd046e5314fe76 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 8 Sep 2023 19:32:57 +0000 Subject: [PATCH] updated file --- .github/workflows/automake.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/automake.yaml b/.github/workflows/automake.yaml index 4ebcde03..c48ef95c 100644 --- a/.github/workflows/automake.yaml +++ b/.github/workflows/automake.yaml @@ -11,12 +11,10 @@ jobs: container: image: composer:latest volumes: - - ${{ github.workspace }}:/workspaces/parigot" + - ${{ github.workspace }}:/workspaces/parigot steps: - name: Checkout Code uses: actions/checkout@v3 - - name: Running composer install - run: composer install - name: Build Docker image run: docker build -t my-test-image .devcontainer