File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5050 skip-cache : true
5151
5252 - name : Check golang modules
53- run : |
53+ run : |
5454 make check-vendor
5555 make -C deployments/devel check-modules
5656
@@ -71,11 +71,12 @@ jobs:
7171 uses : actions/setup-go@v5
7272 with :
7373 go-version : ${{ env.GOLANG_VERSION }}
74-
74+
7575 - name : Run unit tests and generate coverage report
7676 run : make coverage
7777
7878 - name : Upload to Coveralls
79+ continue-on-error : true
7980 uses : coverallsapp/github-action@v2
8081 with :
8182 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Requires: nvidia-container-toolkit-base == %{version}-%{release}
3131Provides tools and utilities to enable GPU support in containers.
3232
3333%prep
34- cp %{SOURCE0 } %{SOURCE1 } %{SOURCE2 } %{SOURCE3 } %{SOURCE4 } %{SOURCE5 } %{SOURCE6 } %{SOURCE7 } %{SOURCE8 } .
34+ cp %{SOURCE0 } %{SOURCE1 } %{SOURCE2 } %{SOURCE3 } %{SOURCE4 } %{SOURCE5 } %{SOURCE6 } %{SOURCE7 } %{SOURCE8 } %{ SOURCE9 } .
3535
3636%install
3737mkdir -p %{buildroot }%{_bindir }
You can’t perform that action at this time.
0 commit comments