Skip to content

Commit

Permalink
Copy deployment dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Oct 30, 2024
1 parent bba8d05 commit 82d204c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id-token: write
contents: read
name: Publish Integration Test Image
runs-on: ubuntu22.04-16cores-64GB
runs-on: ubuntu22.04-8cores-32GB
steps:
- name: Checkout the repo
uses: actions/[email protected]
Expand Down
1 change: 1 addition & 0 deletions integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM ${BASE_IMAGE}:${IMAGE_VERSION} AS build-env

WORKDIR /go/testdir
RUN mkdir -p /go/testdir/integration-tests/load
COPY deployment/ /go/deployment/
COPY go.mod go.sum ./
COPY integration-tests/go.mod integration-tests/go.sum ./integration-tests/
COPY integration-tests/load/go.mod integration-tests/load/go.sum ./integration-tests/load/
Expand Down

0 comments on commit 82d204c

Please sign in to comment.