Skip to content

Commit

Permalink
remove ci check
Browse files Browse the repository at this point in the history
Signed-off-by: JingZhang Chen <iRoiocam@gmail.com>
  • Loading branch information
Roiocam committed Jan 29, 2024
1 parent 632162f commit 3f6816f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:


- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand All @@ -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

Expand All @@ -70,8 +63,6 @@ jobs:
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:


- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
Expand All @@ -85,8 +76,6 @@ jobs:
java-version: 8
cache: sbt



- name: Download target directories (2.12.18)
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 3f6816f

Please sign in to comment.