-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Looking through the docs I wasn't sure if this is possible:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
...
- name: Build and Test
uses: coactions/setup-xvfb@v1
env:
BUILD_ID: "..."
BUILD_TYPE: "..."
BUILD_LABEL: "..."
with:
shell: bash
run: whatever
Is env
as well as shell: bash
supported? Especially for Windows this is important because PowerShell does not work in my case .
Metadata
Metadata
Assignees
Labels
No labels