Skip to content

Merge pull request #297 from hoijui/patch-1 #266

Merge pull request #297 from hoijui/patch-1

Merge pull request #297 from hoijui/patch-1 #266

name: Windows busybox
on: [push, pull_request]
env:
PATH: 'C:\Program Files\Git\bin;C:\Windows\System32;C:\Windows;C:\ProgramData\Chocolatey\bin'
FORCE_COLOR: 1
defaults:
run:
shell: cmd
jobs:
windows-busybox:
runs-on: windows-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
matrix:
shells:
- {shell: sh}
- {shell: ash}
- {shell: bash}
fail-fast: false
steps:
- uses: actions/checkout@v2
- run: choco install -y --no-progress busybox --version=5301.0
- run: busybox ${{ matrix.shells.shell }} ./shellspec --task fixture:stat:prepare
- run: busybox ${{ matrix.shells.shell }} ./shellspec