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 06b9b13 commit d0f14f0Copy full SHA for d0f14f0
.github/workflows/master.yml
@@ -42,6 +42,7 @@ jobs:
42
43
build:
44
name: Build
45
+ needs: test
46
runs-on: ubuntu-latest
47
steps:
48
- name: Set up Go 1.x
@@ -59,6 +60,12 @@ jobs:
59
60
- name: Build Cross-Platform
61
run: promu crossbuild -v
62
63
+ - name: List Workspace Files
64
+ run: ls -la .
65
+
66
+ - name: List .build Files
67
+ run: ls -la .build
68
69
- name: Upload .build artifacts
70
uses: actions/upload-artifact@v1
71
with:
@@ -90,6 +97,12 @@ jobs:
90
97
91
98
name: dot_build
92
99
100
101
102
103
104
105
93
106
- name: Build Docker Images
94
107
run: make docker DOCKER_REPO=docker.io/slashdevops
95
108
0 commit comments