Browse Source

Fix GH action(?)

malte0811 4 năm trước cách đây
mục cha
commit
dd9b575164
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: