Skip to content

Commit

Permalink
o'rlly
Browse files Browse the repository at this point in the history
  • Loading branch information
fbielejec committed Nov 29, 2024
1 parent 7cdd9bb commit 5db6243
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Lint contracts code (excluding generated code)
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_deploy-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Run anvil node in background
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/_rust-crates-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,20 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

# TODO: tmp
# - name: Run tmate
# uses: mxschmitt/action-tmate@v2

# - name: Run tests for shielder-relayer
# run: make deps && cd crates/shielder-relayer && make test

- name: Install npm deps
- name: Run tests for shielder-relayer
run: make deps && cd crates/shielder-relayer && make test

- name: Build relayer image
run: crates/shielder-relayer && make build-image
# - name: Install npm deps
# run: make deps && cd crates/shielder-relayer && make test

# - name: Build relayer image
# run: crates/shielder-relayer && make build-image

- name: Run e2e tooling tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_ts-sdk-playwright-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Run anvil node in background
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual-publish-dev-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Install deps
run: make deps
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Install deps
run: make deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testnet-nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cache-key: custom-seed-coverage-${{ github.ref_name }}
cache-restore-keys: |-
contract-suite
version: nightly
version: nightly-31dd1f77fd9156d09836486d97963cec7f555343

- name: Node deps
run: make deps
Expand Down

0 comments on commit 5db6243

Please sign in to comment.