Skip to content

Commit

Permalink
Don't checkout original repo, assume app is already built
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jul 9, 2024
1 parent 20df79e commit e513248
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ outputs:
runs:
using: 'composite'
steps:
- uses: 'actions/checkout@v4'
- name: 'Checkout insta-infra repo'
uses: 'actions/checkout@v4'
with:
Expand Down
2 changes: 1 addition & 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.

2 changes: 1 addition & 1 deletion src/insta-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ async function runTests(parsedConfig, configFileDirectory, baseFolder) {
const testResultsFolder = `${configurationFolder}/report`
const testResultsFile = `${testResultsFolder}/results.json`
const testResults = []
core.debug(`Using data caterer configuration folder: ${configurationFolder}`)
core.info(`Using data caterer configuration folder: ${configurationFolder}`)
core.info(`Using shared folder: ${sharedFolder}`)
core.info(`Using test results folder: ${testResultsFolder}`)
fs.mkdirSync(configurationFolder, { recursive: true })
Expand Down

0 comments on commit e513248

Please sign in to comment.