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.
2 parents ad53207 + 6da90e4 commit f7d659bCopy full SHA for f7d659b
.github/workflows/checks.yaml
@@ -78,22 +78,6 @@ jobs:
78
uses: actions/checkout@v4
79
- name: check release-build
80
run: make check-release-build
81
- check-doca-drivers:
82
- name: check doca-drivers
83
- runs-on: ubuntu-22.04
84
- permissions:
85
- contents: read
86
- steps:
87
- - name: Set up Go 1.x
88
- uses: actions/setup-go@v5
89
- with:
90
- go-version: '1.23'
91
- - name: checkout
92
- uses: actions/checkout@v4
93
- - name: check doca-drivers
94
- env:
95
- NGC_CLI_API_KEY: ${{ secrets.NVCR_TOKEN }}
96
- run: make check-doca-drivers
97
unit-tests:
98
name: Unit-tests
99
runs-on: ubuntu-22.04
0 commit comments