Skip to content

Commit 21bff4b

Browse files
committed
updated ubuntu.yaml
1 parent 7617192 commit 21bff4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ubuntu.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
key: ${{ runner.os }}-pip-devops-python-tools # ${{ hashFiles('**/requirements.txt') }}
3838
restore-keys: |
3939
${{ runner.os }}-pip-devops-python-tools
40+
- name: init
41+
run: make init
4042
- name: build
41-
run: make
43+
run: make ci
4244
- name: test
4345
run: make test

0 commit comments

Comments
 (0)