Skip to content

Commit 7744c2a

Browse files
committed
Add test workflow
1 parent affe2c5 commit 7744c2a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Test
2+
on:
3+
push:
4+
pull_request:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "0 8 * * 1"
8+
jobs:
9+
devcontainer-build:
10+
uses: datajoint/.github/.github/workflows/devcontainer-build.yaml@main

0 commit comments

Comments
 (0)