Skip to content

Commit

Permalink
fix(htlc): re-order ci
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Belchior <rafael.belchior@tecnico.ulisboa.pt>
  • Loading branch information
RafaelAPB committed Jun 15, 2023
1 parent bcc3afc commit 276ce1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ packages/cactus-cmd-socketio-server/**
packages/cactus-plugin-ledger-connector-sawtooth-socketio/**
packages/cactus-plugin-ledger-connector-go-ethereum-socketio/**
packages/cactus-plugin-ledger-connector-*-socketio/**
packages/cactus-plugin-htlc-eth-besu/vendor/**

weaver/**
8 changes: 2 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1155,18 +1155,14 @@ jobs:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Foundry project
uses: actions/checkout@v3
with:
submodules: recursive

- run: ./tools/ci.sh

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run solidity tests
run: cd packages/cactus-plugin-htlc-eth-besu && forge test -vvvvv

- run: ./tools/ci.sh
cactus-test-plugin-htlc-eth-besu-erc20:
continue-on-error: false
env:
Expand Down

0 comments on commit 276ce1e

Please sign in to comment.