We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca698e6 commit f3ebe36Copy full SHA for f3ebe36
1 file changed
.github/workflows/CI-e2e.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Clone and patch mock-worker
22
run: |
23
git clone https://github.com/runpod-workers/mock-worker
24
- cd mock-worker && echo "git+https://github.com/runpod/runpod-python.git@${{ github.sha }}" > builder/requirements.txt
+ echo "git+https://github.com/runpod/runpod-python.git@${{ github.sha }}" > mock-worker/builder/requirements.txt
25
26
- name: Set up QEMU
27
uses: docker/setup-qemu-action@v2
@@ -40,6 +40,7 @@ jobs:
40
run: echo "DOCKER_TAG=${{ github.sha }}" >> $GITHUB_ENV
41
42
- name: Print Directory
43
+ working-directory: mock-worker
44
run: cd mock-worker && ls -la
45
46
- name: Build and push Docker image
0 commit comments