File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 - name : Run tests (macOS - zsh login shell)
3737 if : runner.os == 'macOS'
38- run : zsh -l -c 'npm run test -- ./test/shell --no-file-parallelism --silent=passed-only'
38+ run : zsh -l -i - c 'npm run test -- ./test/shell --no-file-parallelism --silent=passed-only'
3939
4040 - name : Run tests (Linux)
4141 if : runner.os == 'Linux'
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ import {
99 resolvePathWithVariables ,
1010 Resource ,
1111 ResourceSettings ,
12- Utils
12+ Utils ,
13+ FileUtils
1314} from '@codifycli/plugin-core' ;
1415import { OS , StringIndexedObject } from '@codifycli/schemas' ;
1516import fs from 'node:fs/promises' ;
1617import path from 'node:path' ;
1718
18- import { FileUtils } from '../../../utils/file-utils.js' ;
1919import { untildify } from '../../../utils/untildify.js' ;
2020import Schema from './path-schema.json' ;
2121
You can’t perform that action at this time.
0 commit comments