Skip to content

Commit

Permalink
Maybe success?
Browse files Browse the repository at this point in the history
  • Loading branch information
jgustie committed Oct 3, 2022
1 parent 0a28583 commit a70116d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ jobs:
- name: No boom
if: ${{ matrix.version != 'latest' }}
run: |
find "${PATH%%:*}"
konjure version | grep ${{ matrix.version }}
konjure --version | grep ${{ matrix.version }}
1 change: 0 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.

1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ async function setup() {
// Expose the tool by adding it to the PATH
core.addPath(path.join(pathToCLI, download.binPath));
core.info(`Successfully setup konjure version ${ version }`);
core.info(`Path is: ${ path.join(pathToCLI, download.binPath) }`);
} catch (e) {
core.setFailed(e);
}
Expand Down

0 comments on commit a70116d

Please sign in to comment.