Skip to content

Commit

Permalink
use self-hosted runner
Browse files Browse the repository at this point in the history
explore speeding up CI simply by using our own infra
  • Loading branch information
dbeal-eth committed Aug 15, 2023
1 parent 5e6e736 commit d8b0a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: self-hosted
env:
CANNON_IPFS_URL: "http://127.0.0.1:5001"
CANNON_PUBLISH_IPFS_URL: "http://127.0.0.1:5001"
Expand Down

0 comments on commit d8b0a48

Please sign in to comment.