From f6fe12c9f78b0457500697040acee2e3b12da500 Mon Sep 17 00:00:00 2001 From: Javier Bullrich Date: Fri, 22 Mar 2024 13:56:32 +0100 Subject: [PATCH] re installed image name --- .github/workflows/cmd-action.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cmd-action.yml b/.github/workflows/cmd-action.yml index bcac4087b47f..64fc7b879960 100644 --- a/.github/workflows/cmd-action.yml +++ b/.github/workflows/cmd-action.yml @@ -1,4 +1,4 @@ -name: Continuous testing +name: Command on: pull_request: @@ -20,15 +20,15 @@ jobs: continue-on-error: true # We set the current machine here (to differ between ours and generic ones) runs-on: ubuntu-latest - # container: - # image: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 - # env: - # NODE_ENV: development - # ports: - # - 80 - # volumes: - # - my_docker_volume:/volume_mount - # options: --cpus 1 + container: + image: paritytech/ci-unified:bullseye-1.75.0-2024-01-22-v20240109 + env: + NODE_ENV: development + ports: + - 80 + volumes: + - my_docker_volume:/volume_mount + options: --cpus 1 steps: - name: Download repo uses: actions/checkout@v4.1.1