Skip to content

fix: only git stash pop if stash exist #1779

fix: only git stash pop if stash exist

fix: only git stash pop if stash exist #1779

Workflow file for this run

name: Test YAML conversion
on: [push]
jobs:
yaml-conversion:
runs-on: self-hosted
timeout-minutes: 60
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run conversion script
run: |
/usr/local/bin/matlab -nodisplay -nosplash -nodesktop -r "addpath(genpath('.')); testYamlConversion"