Skip to content

Commit 70bbd22

Browse files
authored
Update format.yml
1 parent 8c19520 commit 70bbd22

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/format.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ jobs:
106106
context: "Basic tests"
107107
state: "pending"
108108
sha: ${{ steps.commit.outputs.sha }}
109-
- name: Basic tests
110-
id: test
111-
continue-on-error: true
112-
run: |
113-
go test ./... -v
114-
deno task test
115-
mvn test --file pom.xml
109+
#- name: Basic tests
110+
#id: test
111+
#continue-on-error: true
112+
#run: |
113+
#go test ./... -v
114+
#deno task test
115+
#mvn test --file pom.xml
116116
- name: Set commit status with outcome
117117
uses: Sibz/github-status-action@v1
118118
with:

0 commit comments

Comments
 (0)