Skip to content

Commit

Permalink
fix build job ids
Browse files Browse the repository at this point in the history
  • Loading branch information
xamde committed Oct 30, 2023
1 parent 85357e8 commit a827122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
# This steps uses the maven cache better
Prepare Maven:
Prepare-Maven:
runs-on: ubuntu-latest
env:
MAVEN_OPTS: "-Xmx6144m"
Expand All @@ -30,8 +30,8 @@ jobs:
working-directory: cc-j2cl-mvp
run: mvn --batch-mode org.apache.maven.plugins:maven-dependency-plugin:3.2.0:go-offline

Build and Test:
needs: Prepare Maven
Build-and-Test:
needs: Prepare-Maven
runs-on: ubuntu-latest
env:
MAVEN_OPTS: "-Xmx6144m"
Expand Down

0 comments on commit a827122

Please sign in to comment.