From 962ed48e029a789a34891afb573004511829bb91 Mon Sep 17 00:00:00 2001 From: Guillaume Falourd Date: Tue, 19 Sep 2023 17:12:48 -0300 Subject: [PATCH] update workflow tester 40 Signed-off-by: Guillaume Falourd --- .github/workflows/workflow-tester40.yml | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/workflow-tester40.yml b/.github/workflows/workflow-tester40.yml index 483b88d9d2..09ff9ce276 100644 --- a/.github/workflows/workflow-tester40.yml +++ b/.github/workflows/workflow-tester40.yml @@ -11,11 +11,11 @@ jobs: runs-on: ${{ matrix.test }} strategy: matrix: - test: ${{ env.MAC_OS_RUNNER }} + # test: ${{ env.MAC_OS_RUNNER }} os: [ubuntu-latest, windows-latest, macos-latest] python: [2.7, 3.7, 3.8, 3.9] steps: - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }} - run: | @@ -23,20 +23,20 @@ jobs: python --version shell: bash - test-include: - runs-on: ubuntu-latest - strategy: - matrix: - org: [apples, bananas, carrots] #Array of org mnemonics to use below - include: - # includes a new variable for each org (this is effectively a switch statement) - - org: apples - test_secret: MAC_OS_RUNNER - - org: bananas - test_secret: MAC_OS_RUNNER - - org: carrots - test_secret: MAC_OS_RUNNER - steps: - - uses: actions/checkout@v2 - - name: Install SFDX CLI and authorize org - run: ${{ secrets[matrix.MAC_OS_RUNNER] }} \ No newline at end of file + # test-include: + # runs-on: ubuntu-latest + # strategy: + # matrix: + # org: [apples, bananas, carrots] #Array of org mnemonics to use below + # include: + # # includes a new variable for each org (this is effectively a switch statement) + # - org: apples + # test_secret: MAC_OS_RUNNER + # - org: bananas + # test_secret: MAC_OS_RUNNER + # - org: carrots + # test_secret: MAC_OS_RUNNER + # steps: + # - uses: actions/checkout@v2 + # - name: Install SFDX CLI and authorize org + # run: ${{ secrets[matrix.MAC_OS_RUNNER] }} \ No newline at end of file