Skip to content

Commit

Permalink
Update action to use src directory for index
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 12, 2024
1 parent dbddd36 commit 07fa8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runs:
node-version: '20.x'
- name: 'Run integration tests'
shell: 'bash'
run: 'node ./src/index'
run: 'node ./dist/index.js'
id: 'insta-integration'
env:
CONFIGURATION_FILE: '${{ inputs.configuration_file }}'
Expand Down

0 comments on commit 07fa8e2

Please sign in to comment.