Skip to content

Commit

Permalink
[build, github workflow] Rename the workflow and fix an incorrect sbt…
Browse files Browse the repository at this point in the history
… command
  • Loading branch information
vasilmkd committed Nov 13, 2024
1 parent 9282b79 commit 1a80970
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
name: Scala Plugin Build & Test

on:
push:
branches: [ idea242.x, idea243.x ]
Expand All @@ -8,6 +6,7 @@ on:

jobs:
build_and_test:
name: Scala Plugin Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -20,7 +19,7 @@ jobs:
17
- uses: coursier/cache-action@v6
- name: Compile and package
run: sbt -no-colors clean packagePlugin Test/compile
run: sbt -no-colors clean packageArtifact Test/compile
- name: Run typechecker tests
run: sbt -no-colors runTypeInferenceTests
- name: Run assorted tests
Expand Down

0 comments on commit 1a80970

Please sign in to comment.