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