Skip to content

Commit

Permalink
Updated bat to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 28, 2024
1 parent ec07455 commit 161d5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
plan("tester").Dependencies = "builder";
plan("deployer").Dependencies = "tester";
plan.DefaultTasks = "test";
plan.DefaultTasks = "tester";
function builderTask(~)
f = fopen('buildlog.txt', 'a+'); fprintf(f, 'building\n'); fclose(f);
Expand Down

0 comments on commit 161d5a2

Please sign in to comment.