Skip to content

Commit

Permalink
a couple more renames in preperation for moving the sdk servers back …
Browse files Browse the repository at this point in the history
…to their respective repos
  • Loading branch information
finn-tbd committed Nov 9, 2023
1 parent eb9c286 commit 5542ba7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ runs:
steps:
- run: |
spec_test_version="$(basename "${GITHUB_ACTION_PATH}")"
bin="${GITHUB_ACTION_PATH}/web5-spec-test"
wget --quiet -O "${bin}" "https://github.com/TBD54566975/web5-spec/releases/download/${spec_test_version}/web5-spec-test-linux-amd64"
bin="${GITHUB_ACTION_PATH}/web5-test-harness"
wget --quiet -O "${bin}" "https://github.com/TBD54566975/sdk-development/releases/download/${spec_test_version}/web5-test-harness-linux-amd64"
chmod +x "${bin}"
"${bin}"
"${bin}" one .web5-spec
shell: bash
3 changes: 1 addition & 2 deletions test-harness/cmd/web5-test-harness/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ var (
}

dockerfiles = []string{
".web5-component/test.Dockerfile",
".web5-component/Dockerfile",
".web5-spec/Dockerfile",
"web5-spec.Dockerfile",
}
)
Expand Down
5 changes: 0 additions & 5 deletions test-harness/github-action.sh

This file was deleted.

0 comments on commit 5542ba7

Please sign in to comment.