Skip to content

Commit

Permalink
REMOVEME: debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Aug 3, 2022
1 parent 21f3a58 commit 9d23dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actions/setup-testground/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ runs:
with:
path: testground
repository: testground/testground
ref: feat/with-split-template

- name: Setup Go
uses: actions/setup-go@v2
Expand All @@ -35,7 +36,7 @@ runs:
cat <<EOF >> ~/testground/.env.toml
[daemon.scheduler]
task_timeout_min = 30
task_timeout_min = 120
EOF
testground daemon > testground.out 2> testground.err &
fi;
4 changes: 2 additions & 2 deletions .github/workflows/run-composition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
name: Run a test with different versions
runs-on: ubuntu-latest
env:
TEST_PLAN_REPO: "libp2p/test-plans"
TEST_PLAN_BRANCH: "master"
TEST_PLAN_REPO: laurentsenta/test-plans
TEST_PLAN_BRANCH: master
TESTGROUND_ENDPOINT: ${{ inputs.testground_endpoint }}
defaults:
run:
Expand Down

0 comments on commit 9d23dbc

Please sign in to comment.