Skip to content

Commit ef1d38f

Browse files
committed
remove test/checks (there weren't before 1.2.0-dev)
1 parent a423c20 commit ef1d38f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ jobs:
4646
version: '3.x'
4747
repo-token: ${{ secrets.GITHUB_TOKEN }}
4848

49-
- name: Check the code is good
50-
run: task check
51-
52-
- name: Run unit tests
53-
run: task test-unit
54-
5549
- name: Build the Agent
5650
run: task build
5751
if: matrix.operating-system != 'windows-latest'

0 commit comments

Comments
 (0)