Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 18, 2024
1 parent 0b323c8 commit b0cb437
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-sdk-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
build-and-upload:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3

- uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release-sdk-testing-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
build-and-upload:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3

- uses: ./.github/workflows/build-and-push.yml
with:
version: 1.0.0
version: ${{ inputs.version }}
docker_contex: ./package-testing/testing-api
image_name: testing-api

0 comments on commit b0cb437

Please sign in to comment.