Skip to content

Commit

Permalink
Ensure validations are run if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 8, 2024
1 parent 1a715fb commit d525d2b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,11 @@ runs:
CONFIGURATION_FILE: '${{ inputs.configuration_file }}'
INSTA_INFRA_FOLDER: '${{ inputs.insta_infra_folder }}'
BASE_FOLDER: '${{ github.action_path }}'
- name: 'Cache Docker images'
id: 'docker-cache'
uses: 'ScribeMD/[email protected]'
with:
key:
docker-${{ runner.os }}-${{
hashFiles(format('{0}/docker-compose.yaml',
inputs.insta_infra_folder)) }}
3 changes: 2 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ const basePlan = () => {
tasks: [],
sinkOptions: {
foreignKeys: []
}
},
validations: ['my-data-validation']
}
}

Expand Down

0 comments on commit d525d2b

Please sign in to comment.