Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MetRonnie committed Jun 18, 2024
1 parent 6689a7c commit f0c4f5a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@ jobs:
__HERE__
cat "$GLOBAL_CFG_PATH"
- name: GNU coreutils
run: |
for CMD in grep split sed find sort; do
echo "${CMD}: $(which $CMD)"
done
- name: Brew Install
if: startsWith(matrix.os, 'macos')
run: |
Expand All @@ -108,6 +114,12 @@ jobs:
export PATH
__HERE__
- name: GNU coreutils
run: |
for CMD in grep split sed find sort; do
echo "${CMD}: $(which $CMD)"
done
- name: Apt-Get Install
if: startsWith(matrix.os, 'ubuntu')
run: |
Expand Down

0 comments on commit f0c4f5a

Please sign in to comment.