Skip to content

Commit

Permalink
change path in shell
Browse files Browse the repository at this point in the history
  • Loading branch information
chan4lk committed Mar 18, 2023
1 parent 3f3de61 commit 88df8d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
- run: echo "${{ github.action_path }}" >> $GITHUB_PATH
shell: bash
- name: Setup and run tests
working-directory: "{{ $GITHUB_ACTION_PATH }}/hackathons/hack-flash"
run: test.sh
shell: bash
- run: goodbye.sh
Expand Down
2 changes: 2 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cd $GITHUB_ACTION_PATH
cd hackathons/hack-flash
npm install
npm test

0 comments on commit 88df8d7

Please sign in to comment.