Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jun 10, 2022
1 parent 29c3212 commit 676f5fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
test "${{ steps.check_files.outputs.files_exists }}" == "true"
- name: Check outputs
run: |
test "${{ steps.selftest.outputs.outputDir }}" == "/github/workspace/integration-test"
test "${{ steps.test-action.outputs.outputDir }}" == "/github/workspace/integration-test"

0 comments on commit 676f5fc

Please sign in to comment.