Skip to content

Commit

Permalink
revert name changes - it seems to be a GH problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Oct 7, 2024
1 parent 67c3340 commit 4386456
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ jobs:
- litentry
- rococo
- paseo
name: ${{ matrix.chain }} || 'parachain-ts-test'
name: ${{ matrix.chain }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -718,7 +718,7 @@ jobs:
- test_name: lit-test-failed-parentchain-extrinsic
- test_name: lit-twitter-identity-test
- test_name: lit-discord-identity-test
name: ${{ matrix.test_name }} || 'identity-single-worker-test'
name: ${{ matrix.test_name }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -791,7 +791,7 @@ jobs:
- test_name: lit-di-substrate-identity-multiworker-test
- test_name: lit-dr-vc-multiworker-test
- test_name: lit-resume-worker
name: ${{ matrix.test_name }} || 'identity-multi-worker-test'
name: ${{ matrix.test_name }}
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -857,7 +857,7 @@ jobs:
matrix:
include:
- test_name: lit-sign-bitcoin
name: ${{ matrix.test_name }} || 'bitacross-worker-test'
name: ${{ matrix.test_name }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4386456

Please sign in to comment.