diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fc164b..223beb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,8 +27,6 @@ jobs: java: [temurin@8] runs-on: ${{ matrix.os }} steps: - - - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -42,11 +40,6 @@ jobs: java-version: 8 cache: sbt - - - - name: Check that workflows are up to date - run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck - - name: Build project run: sbt '++ ${{ matrix.scala }}' test scripted @@ -70,8 +63,6 @@ jobs: java: [temurin@8] runs-on: ${{ matrix.os }} steps: - - - name: Checkout current branch (full) uses: actions/checkout@v4 with: @@ -85,8 +76,6 @@ jobs: java-version: 8 cache: sbt - - - name: Download target directories (2.12.18) uses: actions/download-artifact@v4 with: