Skip to content

Commit

Permalink
update workflow tester 40
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <[email protected]>
  • Loading branch information
GuillaumeFalourd committed Sep 19, 2023
1 parent 2fcd1d0 commit 962ed48
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/workflow-tester40.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,32 @@ 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: |
echo $OSTYPE
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] }}
# 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] }}

0 comments on commit 962ed48

Please sign in to comment.