From 7af06fcecf73bd1bf9622770fdecbff28e59482e Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 27 Nov 2023 16:23:36 +0000 Subject: [PATCH] dev: removing debug --- .github/workflows/nx-integration-tests.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/nx-integration-tests.yml b/.github/workflows/nx-integration-tests.yml index ede35fc..64ba23f 100644 --- a/.github/workflows/nx-integration-tests.yml +++ b/.github/workflows/nx-integration-tests.yml @@ -107,16 +107,6 @@ jobs: http_cache_version: ${{ fromJSON(needs.matrix-calculator.outputs.http_cache_versions) }} runs-on: ubuntu-latest steps: - # - name: Running With - # shell: bash - # run: | - # echo "PHP Versions: ${{ matrix.php_version }}" - # echo "database Versions: ${{ matrix.database_version }}" - # echo "search Versions: ${{ matrix.search_version }}" - # echo "message_queue Versions: ${{ matrix.message_queue_version }}" - # echo "cache Versions: ${{ matrix.cache_version }}" - # echo "http_cache Versions: ${{ matrix.http_cache_version }}" - - name: Project Cache uses: actions/cache/restore@v3 with: