Skip to content

Add workflow_dispatch event to GitHub Actions #12

Add workflow_dispatch event to GitHub Actions

Add workflow_dispatch event to GitHub Actions #12

Triggered via push July 31, 2023 12:23
Status Failure
Total duration 28s
Artifacts

test.yml

on: push
build_and_test
16s
build_and_test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
build_and_test: test/zip_descriptor_test.go#L56
invalid operation: cannot index r.Files() (value of type chan *zip_streamer.FileEntry)
build_and_test: test/zip_descriptor_test.go#L72
invalid operation: cannot index r.Files() (value of type chan *zip_streamer.FileEntry)
build_and_test: test/zip_streamer_test.go#L17
cannot use make([]*zip_streamer.FileEntry, 0) (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L25
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L37
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L57
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test: test/zip_streamer_test.go#L77
cannot use []*zip_streamer.FileEntry{…} (value of type []*zip_streamer.FileEntry) as type chan *zip_streamer.FileEntry in argument to zip_streamer.NewZipStream
build_and_test
Process completed with exit code 1.