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 143efe1 commit bcaad0fCopy full SHA for bcaad0f
.github/workflows/test-go-integration-task.yml
@@ -51,12 +51,6 @@ jobs:
51
with:
52
go-version: ${{ env.GO_VERSION }}
53
54
- - name: Install Task
55
- uses: arduino/setup-task@v1
56
- with:
57
- repo-token: ${{ secrets.GITHUB_TOKEN }}
58
- version: 3.x
59
-
60
- name: Install Python
61
uses: actions/setup-python@v2
62
@@ -65,5 +59,11 @@ jobs:
65
- name: Install Poetry
66
run: pip install poetry
67
+ - name: Install Task
63
+ uses: arduino/setup-task@v1
64
+ with:
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
+ version: 3.x
+
68
- name: Run integration tests
69
run: task go:test-integration
0 commit comments