Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove circleci #597

Merged
merged 9 commits into from
Feb 4, 2021
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
178 changes: 0 additions & 178 deletions .circleci/config.yml

This file was deleted.

29 changes: 29 additions & 0 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,32 @@ 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be commented?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it shouldnt be. I had commented it just to trigger the action and test. Since it appears it's fine I will uncomment, commit, and merge the PR.
Thanks @marbar3778

# with:
# PATTERNS: |
# **/**.go
# go.mod
# go.sum
# - uses: actions/[email protected]
# with:
# path: ~/go/bin
# key: ${{ runner.os }}-go-runsim-binary
# if: "env.GIT_DIFF != ''"
- 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 != ''"