Skip to content

Commit

Permalink
Fix build_and_test.yml (#195)
Browse files Browse the repository at this point in the history
Summary:
Turns out you can't have multiple `name`s and `step`s.

Pull Request resolved: #195

Test Plan: https://github.com/facebookincubator/ktfmt/pull/195/checks?check_run_id=2170226133

Reviewed By: hick209

Differential Revision: D27244636

Pulled By: cgrushko

fbshipit-source-id: db336ea4a90ebcc7d7c54c196d5bd15bd196e5b0
  • Loading branch information
cgrushko authored and facebook-github-bot committed Mar 22, 2021
1 parent 63bf705 commit 07a8e81
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
- name: Build ktfmt
run: mvn -B install --file pom.xml
name: Build IntelliJ plugin on Java ${{ matrix.java }}
steps:
- name: Build
- name: Build ktfmt_idea_plugin
run: |
pushd ktfmt_idea_plugin
./gradlew build
Expand Down

0 comments on commit 07a8e81

Please sign in to comment.