Skip to content

Commit da9f3f2

Browse files
author
student
committed
test1
1 parent 7dbd7fe commit da9f3f2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,14 @@ jobs:
2222

2323
- name: Compile binary
2424
run: go build -o myapp
25+
26+
- name: Install dependencies
27+
run: go mod download
28+
29+
# TODO 01 - Add a step to run tests
30+
- name: Run tests
31+
run: #TODO
32+
33+
compile:
34+
[...]
35+
# TODO 02 - Make sure that the `test` job is run before `compile`

0 commit comments

Comments
 (0)