Skip to content

Commit

Permalink
command -> cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Feb 3, 2022
1 parent f29c0d1 commit 000f92c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: "Code validations (headerCheck, scalafmt, mima)"
uses: playframework/.github/.github/workflows/sbt.yml@master
with:
command: ./scripts/validate-code.sh
cmd: ./scripts/validate-code.sh

tests:
needs:
Expand All @@ -19,7 +19,7 @@ jobs:
name: "Run tests with Scala ${{ matrix.scala }} and AdoptOpenJDK ${{ matrix.java }}"
uses: playframework/.github/.github/workflows/sbt-matrix.yml@master
with:
command: ./scripts/test-code.sh
cmd: ./scripts/test-code.sh
java: >-
["8", "11"]
scala: >-
Expand All @@ -32,4 +32,4 @@ jobs:
name: "Validate documentation"
uses: playframework/.github/.github/workflows/sbt.yml@master
with:
command: ./scripts/validate-docs.sh
cmd: ./scripts/validate-docs.sh

0 comments on commit 000f92c

Please sign in to comment.