Skip to content

Commit

Permalink
Remove testing dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sameagen-MW committed Dec 11, 2023
1 parent 68c2b03 commit 403600d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,12 @@ jobs:
- name: Run Build in subfolder
uses: ./
with:
startup-options: -logfile log.txt
startup-options: -logfile buildlog.txt
working-directory: new

- name: Verify correct build file ran
run: |
set -e
grep "Hello world!" log.txt
grep "Hello world!" buildlog.txt
rm log.txt
ls new
rm new/buildfile.m
rmdir new
rm -rf new

0 comments on commit 403600d

Please sign in to comment.