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 8c19520 commit 70bbd22Copy full SHA for 70bbd22
.github/workflows/format.yml
@@ -106,13 +106,13 @@ jobs:
106
context: "Basic tests"
107
state: "pending"
108
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
+ #- name: Basic tests
+ #id: test
+ #continue-on-error: true
+ #run: |
+ #go test ./... -v
+ #deno task test
+ #mvn test --file pom.xml
116
- name: Set commit status with outcome
117
uses: Sibz/github-status-action@v1
118
with:
0 commit comments