Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Bash shell and environment variables #18

Open
guw opened this issue May 25, 2023 · 0 comments
Open

Support Bash shell and environment variables #18

guw opened this issue May 25, 2023 · 0 comments

Comments

@guw
Copy link

guw commented May 25, 2023

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant