Skip to content

Commit

Permalink
retag
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 19, 2024
1 parent 3059e27 commit 95505dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

push:
paths:
.github/workflows/*
.github/workflows/release-sdk-test-runner.yml

jobs:
build-and-upload:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk-testing-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

push:
paths:
.github/workflows/*
.github/workflows/release-sdk-testing-api.yml

jobs:
build-and-upload:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test-server-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ jobs:
- name: Pull Test Runner image
run: |
docker pull ${{ env.GAR_LOCATION }}/sdk-test-runner:latest
docker tag ${{ env.GAR_LOCATION }}/sdk-test-runner:latest Eppo-exp/sdk-test-runner
docker tag ${{ env.GAR_LOCATION }}/sdk-test-runner:latest Eppo-exp/sdk-test-runner:latest
docker pull ${{ env.GAR_LOCATION }}/testing-api:latest
docker tag ${{ env.GAR_LOCATION }}/testing-api:latest Eppo-exp/testing-api
docker tag ${{ env.GAR_LOCATION }}/testing-api:latest Eppo-exp/testing-api:latest
docker images
- name: Run tests
run: |
pushd package-testing/sdk-test-runner
./test-sdk.sh server ${SDK_NAME}
ls -al ./logs
mkdir logs
popd
- name: Logs
Expand Down

0 comments on commit 95505dd

Please sign in to comment.