Skip to content

Commit 676f5fc

Browse files
fix integration test
1 parent 29c3212 commit 676f5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
test "${{ steps.check_files.outputs.files_exists }}" == "true"
3434
- name: Check outputs
3535
run: |
36-
test "${{ steps.selftest.outputs.outputDir }}" == "/github/workspace/integration-test"
36+
test "${{ steps.test-action.outputs.outputDir }}" == "/github/workspace/integration-test"

0 commit comments

Comments
 (0)