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 1b4bcbe commit 26f3e07Copy full SHA for 26f3e07
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Go
26
uses: actions/setup-go@v2
27
with:
28
- go-version: "1.14"
+ go-version: "1.15"
29
30
- name: Install Dependencies (Linux)
31
# run: sudo apt-get install ninja-build
@@ -45,18 +45,17 @@ jobs:
45
uses: arduino/actions/setup-taskfile@master
46
47
version: '3.x'
48
- env:
49
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
50
51
- name: Check the code is good
52
run: task check
53
54
- - name: Build the Agent
55
- run: task build
56
-
57
- name: Run unit tests
58
run: task test-unit
59
+ - name: Build the Agent
+ run: task build
+
60
- name: Upload artifacts
61
uses: actions/upload-artifact@v2
62
0 commit comments