Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -294,7 +294,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -317,7 +317,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -343,7 +343,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -366,7 +366,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -389,7 +389,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand All @@ -412,7 +412,7 @@ jobs:
# Run this step even when the tests fail. Skip if the workflow is cancelled.
if: ${{ matrix.os != 'windows' && !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand Down Expand Up @@ -530,7 +530,7 @@ jobs:
- name: Upload results of remote-server integration tests to trunk.io
if: ${{ !cancelled() }}
continue-on-error: true
uses: trunk-io/analytics-uploader@95a0fb8b29e45b6068304261fb518644b426a803 # v2.0.8
uses: trunk-io/analytics-uploader@385f1ccdf345b4532dc4b6c665dd432b702b8e28 # v2.1.2
with:
junit-paths: target/nextest/ci/junit.xml
cli-version: 0.12.5
Expand Down