Skip to content

Commit

Permalink
Updated BAT
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhoski committed May 24, 2024
1 parent d6835b8 commit b1b6f9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/bat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
function plan = buildfile
plan = buildplan(localfunctions);
plan("test").Dependencies = "build";
plan("test").Description = "Runs test";
plan("deploy").Dependencies = "test";
plan("deploy").Description = "Deploys code";
plan("check").Description = "Checks code";
plan("error").Description = "Shows error";
plan.DefaultTasks = "test";
Expand Down

0 comments on commit b1b6f9d

Please sign in to comment.