Skip to content

Commit bcf010d

Browse files
committed
ci(COD-4237): no longer move the sample repository
1 parent 8c0de50 commit bcf010d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/integration-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ jobs:
3333
run: |
3434
mkdir ../action
3535
mv * ../action
36-
mv ../action/sample-repo/* .
3736
- name: Run action
3837
id: run-action
3938
uses: ./../action
4039
with:
4140
target: push
42-
sources: ${{ github.workspace }}
41+
sources: ${{ github.workspace }}/sample-repo
4342
debug: true
4443
- name: Check run succeeded
4544
env:

0 commit comments

Comments
 (0)