Skip to content

Commit d53e7aa

Browse files
author
Rustam Sadykov
committed
fix github action
1 parent bcdf026 commit d53e7aa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/night-statistics-monitoring.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
runs-on: ubuntu-20.04
1818
container: unittestbot/java-env:java11-zulu-jdk-fx-gradle7.4.2-kotlinc1.7.0
1919
steps:
20+
- name: Install git
21+
run: |
22+
apt-get upgrade -y
23+
apt-get update -y
24+
apt-get install git -y
25+
git config --global --add safe.directory $(pwd)
26+
2027
- name: Checkout main
2128
uses: actions/checkout@v3
2229

0 commit comments

Comments
 (0)