Skip to content

Commit 9937c04

Browse files
committed
fix: missing task command
Signed-off-by: Peter Balogh <p.balogh.sa@gmail.com>
1 parent fb3ef3a commit 9937c04

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/test-samples.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
with:
4545
fetch-depth: 0
4646

47+
- name: Setup Taskfile
48+
shell: bash
49+
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
50+
4751
- name: Setup Python
4852
uses: ./.github/actions/setup-python
4953
with:

.github/workflows/test-unit.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21+
- name: Setup Taskfile
22+
shell: bash
23+
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
24+
2125
- name: Setup Golang
2226
if: ${{ inputs.go == 'true' }}
2327
uses: ./.github/actions/setup-go

0 commit comments

Comments
 (0)