Skip to content

Commit b8dfb2c

Browse files
committed
Test in windows
1 parent 804e823 commit b8dfb2c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
- name: Print bonsai-env-artifact
2323
run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
2424

25+
printwin:
26+
runs-on: windows-latest
27+
needs: setup-bonsai
28+
steps:
29+
- name: Print bonsai-env-artifact
30+
run: echo "${{ needs.setup-bonsai.outputs.bonsai-env-artifact }}"
31+
2532
python-linting:
2633
uses: AllenNeuralDynamics/Aind.Behavior.GitHubActions/.github/workflows/python-linting.yml@main
2734
with:

0 commit comments

Comments
 (0)