Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed Jan 11, 2021
1 parent b89b2d5 commit 08d65c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions .github/workflows.src/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:

# ------------------------------------------------------------------------------

main-container:
container:
timeout-minutes: 30
strategy:
fail-fast: false
Expand All @@ -149,11 +149,11 @@ jobs:
sf_ci_brew_install:
- minimal
- dev
name: main-container-${{ matrix.container }}-${{ matrix.sf_ci_brew_install }}
name: container-${{ matrix.container }}-${{ matrix.sf_ci_brew_install }}
runs-on: ubuntu-latest
env:
<<: *env
GITHUB_JOB_NAME: main-container-${{ matrix.container }}-${{ matrix.sf_ci_brew_install }}
GITHUB_JOB_NAME: container-${{ matrix.container }}-${{ matrix.sf_ci_brew_install }}
GITHUB_MATRIX_CONTAINER: ${{ matrix.container }}
GITHUB_MATRIX_SF_CI_BREW_INSTALL: ${{ matrix.sf_ci_brew_install }}
SF_CI_BREW_INSTALL: minimal
Expand All @@ -171,11 +171,11 @@ jobs:
sf_ci_brew_install:
- minimal
# - dev # too time consuming
name: main-windows-${{ matrix.os }}-${{ matrix.sf_ci_brew_install }}
name: main-${{ matrix.os }}-${{ matrix.sf_ci_brew_install }}
runs-on: ${{ matrix.os }}
env:
<<: *env
GITHUB_JOB_NAME: main-windows-${{ matrix.os }}-${{ matrix.sf_ci_brew_install }}
GITHUB_JOB_NAME: main-${{ matrix.os }}-${{ matrix.sf_ci_brew_install }}
SF_CI_BREW_INSTALL: ${{ matrix.sf_ci_brew_install }}
WSLENV: '${ENVSUBST_WSLENV}'
WSLUSER: github
Expand Down

0 comments on commit 08d65c7

Please sign in to comment.