malte0811 пре 4 година
родитељ
комит
dd9b575164
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      .github/workflows/test.yaml

+ 1 - 0
.github/workflows/test.yaml

@@ -7,6 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     # TODO this should probably be a matrix build, but gradle needs arguments to calm down 16-ea that don't work on 8
     steps:
+      - uses: actions/checkout@v2
       - name: Set up JDK 8
         uses: actions/setup-java@v1
         with: