From 82dbd29a717f49804ec8307dd6af8c6f6ad9204a Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Thu, 8 Jul 2021 21:58:43 +0100 Subject: Not in GH --- .github/workflows/actions.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/actions.yaml (limited to '.github') diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml deleted file mode 100644 index 0a78809..0000000 --- a/.github/workflows/actions.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: CI - -on: [push] - -jobs: - test: - strategy: - matrix: - java-version: [8, 11] - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - uses: coursier/cache-action@v5 - - name: Set up JDK ${{ matrix.java-version }} - uses: actions/setup-java@v1 - with: - java-version: ${{ matrix.java-version }} - - name: Run tests - run: ./mill server.test - -- cgit v1.2.3