Skip to content

Commit

Permalink
Rename jobs and script
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 14, 2023
1 parent 8b6141d commit b1a2db5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/misbehaviour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ concurrency:
cancel-in-progress: true

jobs:
misbehaviour:
light-client-attack:
runs-on: ubuntu-20.04
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: |
nix shell .#${{ matrix.chain.package }} -c bash misbehaviour_test.sh
misbehaviour-ics:
ics-light-client-attack:
runs-on: ubuntu-20.04
timeout-minutes: 20
strategy:
Expand Down Expand Up @@ -146,9 +146,9 @@ jobs:
- name: Run test
working-directory: ci/misbehaviour-ics
run: |
nix shell .#${{ matrix.chain.package }} -c bash misbehaviour_test.sh
nix shell .#${{ matrix.chain.package }} -c bash light_client_attack_test.sh
double-sign-ics:
ics-double-sign:
runs-on: ubuntu-20.04
timeout-minutes: 20
strategy:
Expand Down
File renamed without changes.

0 comments on commit b1a2db5

Please sign in to comment.