diff --git a/.github/actions/simple-webrtc-test/action.yml b/.github/actions/simple-webrtc-test/action.yml index 2cd9177ea..e723a046e 100644 --- a/.github/actions/simple-webrtc-test/action.yml +++ b/.github/actions/simple-webrtc-test/action.yml @@ -31,7 +31,7 @@ runs: shell: bash # This depends on where this file is within this repository. This walks up - # from here to the multidim-interop folder + # from here to the simple wertc folder - run: | WORK_DIR=$(realpath "$GITHUB_ACTION_PATH/../../../simple-webrtc-test") echo "WORK_DIR=$WORK_DIR" >> $GITHUB_OUTPUT diff --git a/.github/workflows/multidim-interop.yml b/.github/workflows/simple-webrtc-test.yml similarity index 97% rename from .github/workflows/multidim-interop.yml rename to .github/workflows/simple-webrtc-test.yml index c2b4faded..e065323eb 100644 --- a/.github/workflows/multidim-interop.yml +++ b/.github/workflows/simple-webrtc-test.yml @@ -8,7 +8,7 @@ on: name: libp2p simple webrtc test jobs: - run-multidim-interop: + run-simple-webrtc-test: runs-on: ["self-hosted", "linux", "x64", "4xlarge"] # https://github.com/pl-strflt/tf-aws-gh-runner/blob/main/runners.tf steps: - uses: actions/checkout@v3