Skip to content

Commit

Permalink
Update workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 8, 2024
1 parent a75fa08 commit bd10874
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy.linux.temurin.lts

on:
push:
tags: [ com.io7m.jcip.annotations-* ]
tags: [ com.io7m.jcip-* ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



4 changes: 2 additions & 2 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports

- name: Coverage
uses: codecov/codecov-action@v4.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: com.io7m.jcip.annotations.tests/target/site/jacoco-aggregate/jacoco.xml
file: com.io7m.jcip.tests/target/site/jacoco-aggregate/jacoco.xml

- name: Log in to Quay.io.
uses: redhat-actions/podman-login@v1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



2 changes: 1 addition & 1 deletion .github/workflows/main.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



2 changes: 1 addition & 1 deletion .github/workflows/pr.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



2 changes: 1 addition & 1 deletion .github/workflows/pr.windows.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if: always()
with:
name: test-logs
path: ./com.io7m.jcip.annotations.tests/target/surefire-reports
path: ./com.io7m.jcip.tests/target/surefire-reports



0 comments on commit bd10874

Please sign in to comment.