Skip to content

Commit

Permalink
Testing entire unit test pipeline with specific module testing only
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Do committed Feb 8, 2024
1 parent 66364d9 commit f23357d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/templates/docker_context/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
using: "composite"
steps:
- id: environment-generator
run: ${{ github.action_path }}/docker_context.sh ${{inputs.modified_modules}}
run: ${{ github.action_path }}/docker_context.sh "${{inputs.modified_modules}}"
shell: bash
2 changes: 1 addition & 1 deletion src/action/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2
4
2 changes: 1 addition & 1 deletion src/world_modeling/test3.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3
2

0 comments on commit f23357d

Please sign in to comment.