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 54e947f commit 91898fbCopy full SHA for 91898fb
2 files changed
.github/workflows/main.yaml
@@ -32,7 +32,7 @@ jobs:
32
- name: Install tools
33
uses: infrablocks/github-actions/asdf_install@v1
34
- name: Test
35
- run: ./go spec
+ run: ./go test:unit
36
- name: Notify Slack
37
if: ${{ !cancelled() }}
38
continue-on-error: true
.github/workflows/pr.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
0 commit comments