Skip to content

Commit 6f09c6e

Browse files
test: Switched to workspace based smoke path
1 parent 63365c5 commit 6f09c6e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/actions/smoke-csf/action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ runs:
88

99
- name: Install smoke runner
1010
shell: bash
11-
run: |
12-
SMOKE_EXE=$(readlink -f "${{ github.action_path }}/smoke")
13-
install "$SMOKE_EXE" /usr/local/bin/smoke
11+
run: install "$GITHUB_WORKSPACE/.github/actions/smoke-csf/smoke" /usr/local/bin/smoke
1412

1513
- name: "csf -v (version)"
1614
shell: bash

0 commit comments

Comments
 (0)