Skip to content

Commit a2570ca

Browse files
committed
Use standard workflow step order from template
No functional change, and neither is necessarily superior, but this is how it is in the "template", and so it must be here as well.
1 parent 0caab50 commit a2570ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test-go-integration-task.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ jobs:
5252
with:
5353
go-version: ${{ env.GO_VERSION }}
5454

55-
- name: Install Task
56-
uses: arduino/setup-task@v1
57-
with:
58-
repo-token: ${{ secrets.GITHUB_TOKEN }}
59-
version: 3.x
60-
6155
- name: Install Python
6256
uses: actions/setup-python@v2
6357
with:
@@ -66,5 +60,11 @@ jobs:
6660
- name: Install Poetry
6761
run: pip install poetry
6862

63+
- name: Install Task
64+
uses: arduino/setup-task@v1
65+
with:
66+
repo-token: ${{ secrets.GITHUB_TOKEN }}
67+
version: 3.x
68+
6969
- name: Run integration tests
7070
run: task go:test-integration

0 commit comments

Comments
 (0)