Skip to content

Commit

Permalink
fix: update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Jun 10, 2022
1 parent bc12f4c commit b2b57af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
uses: andstor/file-existence-action@v1.1.0
with:
files: "/github/workspace/integration-test"
- name: Check ls
run: |
ls
- name: Check check_files
run: |
test "${{ steps.check_files.outputs.files_exists }}" == "true"
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def main():
actions_toolkit.set_failed(exc)

actions_toolkit.debug(os.listdir(inputs["output_dir"]))
actions_toolkit.debug(os.listdir(output_dir))
actions_toolkit.set_output("outputDir", output_dir)
actions_toolkit.set_output("outputDirContents", json.dumps(os.listdir(output_dir)))


if __name__ == "__main__":
Expand Down

0 comments on commit b2b57af

Please sign in to comment.