Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 4 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,8 @@ jobs:
go-version-file: 'go.mod'
cache: true

# TODO: Uncomment this when we have fixed the ability to run the
# integration tests on the github actions runner.
# - name: Setup Ko
# uses: ko-build/[email protected]

# TODO: Uncomment this when we have fixed the ability to run the
# integration tests on the github actions runner.
# - name: Set up Docker
# uses: docker/setup-docker-action@v4
- name: Setup Ko
uses: ko-build/[email protected]

- name: Install Task
uses: arduino/setup-task@v2
Expand All @@ -38,7 +31,5 @@ jobs:
- name: Test
run: task test

# TODO: Uncomment this when we have fixed the ability to run the
# integration tests on the github actions runner.
# - name: Test
# run: task test-integration
- name: Integration Test
run: task test-integration
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tasks:
build-image:
desc: Build the image locally with ko
env:
KO_DOCKER_REPO: ghcr.io/stackloklabs/yardstick/server
KO_DOCKER_REPO: ghcr.io/stackloklabs/yardstick
VERSION: dev-local
cmds:
- |
Expand Down
2 changes: 1 addition & 1 deletion test/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
fi

# Get the image name from ko build output
IMAGE_NAME="ghcr.io/stackloklabs/yardstick/server:latest"
IMAGE_NAME="ghcr.io/stackloklabs/yardstick:latest"

###################################################################
################## START - STDIO TRANSPORT TESTING ################
Expand Down