Skip to content

Commit

Permalink
feat: test build for self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
vvp committed Apr 8, 2024
1 parent dfe40c2 commit 7bf5fa6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,18 @@ jobs:
- clear_environment:
cache_key: snarkos-clippy-cache

test-runner:
machine: true
resource_class: exbuhny4gnr1bjbjxfghd7/gcp-test
steps:
- run: echo "Hi I'm on a Container Runner!"

workflows:
version: 2

main-workflow:
jobs:
- test-runner
- cli
- account
- node-bft-events
Expand Down

0 comments on commit 7bf5fa6

Please sign in to comment.