Skip to content

Commit

Permalink
test: updated naming of job (libp2p#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 20, 2023
1 parent c0ce1dc commit 5330260
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/simple-webrtc-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5330260

Please sign in to comment.