Skip to content

Commit 63365c5

Browse files
test: debugging the CSF smoke tests
1 parent b902f27 commit 63365c5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ runs:
55
using: "composite"
66
steps:
77
- uses: actions/checkout@v4
8-
8+
99
- name: Install smoke runner
1010
shell: bash
11-
run: install "${{ github.action_path }}/smoke" /usr/local/bin/smoke
11+
run: |
12+
SMOKE_EXE=$(readlink -f "${{ github.action_path }}/smoke")
13+
install "$SMOKE_EXE" /usr/local/bin/smoke
1214
1315
- name: "csf -v (version)"
1416
shell: bash

0 commit comments

Comments
 (0)