Skip to content

Commit

Permalink
Remove circleci (#597)
Browse files Browse the repository at this point in the history
* ci: remove circleci

* Adding localnet sim to github action

* Remove file filter temporarily

* Re-enable file filter for action trigger

* Remove commented lines

* Linking file filter to actions
  • Loading branch information
shahankhatch authored Feb 4, 2021
1 parent 68d0e4a commit 803efa8
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 178 deletions.
178 changes: 0 additions & 178 deletions .circleci/config.yml

This file was deleted.

24 changes: 24 additions & 0 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,27 @@ jobs:
run: |
make test-sim-multi-seed-short
if: "env.GIT_DIFF != ''"

test-liveness:
runs-on: ubuntu-latest
needs: Build
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
**/**.go
go.mod
go.sum
- name: start localnet
run: |
make clean localnet-start
if: "env.GIT_DIFF != ''"
- name: test liveness
run: |
./contrib/localnet-blocks-test.sh 100 5 50 localhost
if: "env.GIT_DIFF != ''"

0 comments on commit 803efa8

Please sign in to comment.