From bd10874028be84b15de0b66e525e0dc0ab68e627 Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Wed, 8 May 2024 11:16:38 +0000 Subject: [PATCH] Update workflows. --- .github/workflows/deploy.linux.temurin.lts.yml | 2 +- .github/workflows/main.linux.temurin.current.yml | 2 +- .github/workflows/main.linux.temurin.lts.yml | 4 ++-- .github/workflows/main.windows.temurin.current.yml | 2 +- .github/workflows/main.windows.temurin.lts.yml | 2 +- .github/workflows/pr.linux.temurin.current.yml | 2 +- .github/workflows/pr.linux.temurin.lts.yml | 2 +- .github/workflows/pr.windows.temurin.current.yml | 2 +- .github/workflows/pr.windows.temurin.lts.yml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy.linux.temurin.lts.yml b/.github/workflows/deploy.linux.temurin.lts.yml index ce819f5..c4dd12a 100644 --- a/.github/workflows/deploy.linux.temurin.lts.yml +++ b/.github/workflows/deploy.linux.temurin.lts.yml @@ -3,7 +3,7 @@ name: deploy.linux.temurin.lts on: push: - tags: [ com.io7m.jcip.annotations-* ] + tags: [ com.io7m.jcip-* ] jobs: build: diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index a9112df..2b78d1b 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -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 diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 31a9e8f..e637e88 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -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 diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index 5abbe0c..d0fe4a4 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -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 diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index b7cabf8..8c63c6a 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -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 diff --git a/.github/workflows/pr.linux.temurin.current.yml b/.github/workflows/pr.linux.temurin.current.yml index 360edd4..e6d7ae9 100644 --- a/.github/workflows/pr.linux.temurin.current.yml +++ b/.github/workflows/pr.linux.temurin.current.yml @@ -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 diff --git a/.github/workflows/pr.linux.temurin.lts.yml b/.github/workflows/pr.linux.temurin.lts.yml index 7bcc83f..667ff93 100644 --- a/.github/workflows/pr.linux.temurin.lts.yml +++ b/.github/workflows/pr.linux.temurin.lts.yml @@ -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 diff --git a/.github/workflows/pr.windows.temurin.current.yml b/.github/workflows/pr.windows.temurin.current.yml index c5ed1f0..42b3894 100644 --- a/.github/workflows/pr.windows.temurin.current.yml +++ b/.github/workflows/pr.windows.temurin.current.yml @@ -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 diff --git a/.github/workflows/pr.windows.temurin.lts.yml b/.github/workflows/pr.windows.temurin.lts.yml index b76ecef..815631e 100644 --- a/.github/workflows/pr.windows.temurin.lts.yml +++ b/.github/workflows/pr.windows.temurin.lts.yml @@ -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