Skip to content

Commit c2d360f

Browse files
committed
Add automations.yaml
1 parent 61cc9d7 commit c2d360f

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

.idea/adventofcode.iml

Lines changed: 7 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ona/automations.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
tasks:
2+
build-and-test:
3+
name: Build and test
4+
command: gradle build && gradle test
5+
triggeredBy:
6+
- prebuild
7+
- manual
8+
- postEnvironmentStart

0 commit comments

Comments
 (0)