You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- name: Check out code into the Go module directory
92
-
uses: actions/checkout@v1
93
-
- name: Download a single artifact
94
-
uses: actions/download-artifact@v3
95
-
with:
96
-
name: writer_test_${{ matrix.os }}.iso
97
-
- name: Integration test - verify image
98
-
# The test need sudo to be able to mount/umount
99
-
run: sudo ISO_WRITER_TEST_IMAGE=${ISO_WRITER_TEST_IMAGE} go test -v --tags=integration,integration_verify -coverprofile=coverage_integration_verify.txt -covermode=atomic .
- name: Check out code into the Go module directory
47
+
uses: actions/checkout@v1
48
+
- name: Download a single artifact
49
+
uses: actions/download-artifact@v3
50
+
with:
51
+
name: writer_test_${{ inputs.os }}.iso
52
+
- name: Integration test - verify image
53
+
# The test need sudo to be able to mount/umount
54
+
run: sudo ISO_WRITER_TEST_IMAGE=${ISO_WRITER_TEST_IMAGE} go test -v --tags=integration,integration_verify -coverprofile=coverage_integration_verify.txt -covermode=atomic .
0 commit comments