We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb3ef3a commit 9937c04Copy full SHA for 9937c04
.github/workflows/test-samples.yaml
@@ -44,6 +44,10 @@ jobs:
44
with:
45
fetch-depth: 0
46
47
+ - name: Setup Taskfile
48
+ shell: bash
49
+ run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
50
+
51
- name: Setup Python
52
uses: ./.github/actions/setup-python
53
.github/workflows/test-unit.yaml
@@ -18,6 +18,10 @@ jobs:
18
19
20
21
22
23
24
25
- name: Setup Golang
26
if: ${{ inputs.go == 'true' }}
27
uses: ./.github/actions/setup-go
0 commit comments