Skip to content

Commit

Permalink
Renamed contract tests ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yahgwai committed Feb 21, 2022
1 parent e4e37bf commit 34c0251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/arbitrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,4 @@ jobs:
cd solgen
yarn install
yarn build
yarn hardhat --network localhost test test/geth/*.ts
- name: Run other contract tests
run: |
yarn hardhat --network hardhat test test/hardhat/*.spec.ts
yarn hardhat --network localhost test test/geth/*.ts
2 changes: 1 addition & 1 deletion .github/workflows/contract-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Contract tests
name: CI

on:
workflow_dispatch:
Expand Down

0 comments on commit 34c0251

Please sign in to comment.