Skip to content

Commit fab31b0

Browse files
committed
add hoverkraft-tech/compose-action
1 parent 03ddd90 commit fab31b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-unittest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
24+
- uses: hoverkraft-tech/compose-action@b716db5b717cb9b81e391fe638e5aceaa2299e43 # v2.4.0
2425
- name: Run unittest tests
2526
run: |
2627
python3 -c "print('hello world')"

0 commit comments

Comments
 (0)