Skip to content

Commit bcaad0f

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 143efe1 commit bcaad0f

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
@@ -51,12 +51,6 @@ jobs:
5151
with:
5252
go-version: ${{ env.GO_VERSION }}
5353

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

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

0 commit comments

Comments
 (0)