Skip to content

Commit

Permalink
reorder ci jobs (#385)
Browse files Browse the repository at this point in the history
* reorder ci jobs

* remove reference ktlint
  • Loading branch information
cdsap authored Sep 29, 2023
1 parent 9b894ef commit df540ab
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ orbs:
codecov: codecov/[email protected]
executor: machine
jobs:
ktlint:
assemble:
machine:
image: 'ubuntu-2004:2023.02.1'
working_directory: ~/repo
Expand All @@ -18,18 +18,7 @@ jobs:
- run:
name: assemble
command: ./gradlew assemble
assemble:
machine:
image: 'ubuntu-2004:2023.02.1'
working_directory: ~/repo
environment:
GRADLE_OPTS: -Dorg.gradle.jvmargs="-Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseContainerSupport" -Dorg.gradle.parallel=true -Dorg.gradle.daemon=false
TERM: dumb
steps:
- checkout
- run:
name: assemble
command: ./gradlew assemble

pluginTest:
machine:
image: 'ubuntu-2004:2023.02.1'
Expand Down Expand Up @@ -80,14 +69,11 @@ workflows:
version: 2.1
build-snap:
jobs:
- ktlint
- assemble
- pluginTest
- publisherTest
- deploy-snapshot:
requires:
- assemble
- ktlint
- assemble
- pluginTest
- publisherTest
Expand All @@ -96,8 +82,6 @@ workflows:
only: master
- sample:
requires:
- assemble
- ktlint
- assemble
- pluginTest
- publisherTest

0 comments on commit df540ab

Please sign in to comment.