Skip to content

Support working directory (workdir:) #191

Support working directory (workdir:)

Support working directory (workdir:) #191

Workflow file for this run

name: Integration
on:
push:
jobs:
test-run:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: testdata/path/to/config.yml
test-run-with-workdir:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ./
with:
config: config.yml
workdir: testdata/path/to