Skip to content

Commit

Permalink
id must be unique among the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
j-l-s committed Sep 12, 2024
1 parent a1e9700 commit 695b17e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/no_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ jobs:

steps:
- name: Checkout of head
id: ci-maven-build-checkout
id: ci-noconda-maven-build-checkout
uses: actions/checkout@v4

- name: Set up JDK ${{env.JAVA_VERSION}}
id: ci-maven-build-checkout
id: ci-noconda-maven-build-checkout
uses: actions/setup-java@v3
with:
java-version: ${{env.JAVA_VERSION}}
cache: maven
- name: Maven build
id: ci-maven-build
id: ci-noconda-maven-build
run: |
mvn clean package
- name: Final Step
id: ci-final-step
id: ci-noconda-final-step
run: |
echo "This job's status is ${{ job.status }}."

0 comments on commit 695b17e

Please sign in to comment.