Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matts966 committed Dec 28, 2021
1 parent a11faaa commit d92c41b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
bazelisk build //alphasql/...
bazelisk test --test_output=errors //alphasql/...
alphadag ./samples/sample
alphadag --output_path=dag.dot ./samples/sample
alphadag --external_required_tables_output_path=dag.dot ./samples/sample
./bazel-bin/alphasql/alphadag ./samples/sample
./bazel-bin/alphasql/alphadag --output_path=dag.dot ./samples/sample
./bazel-bin/alphasql/alphadag --external_required_tables_output_path=dag.dot ./samples/sample
osx:
Expand Down

0 comments on commit d92c41b

Please sign in to comment.