Skip to content

Commit d0f14f0

Browse files
committed
testing master github actions
1 parent 06b9b13 commit d0f14f0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/master.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242

4343
build:
4444
name: Build
45+
needs: test
4546
runs-on: ubuntu-latest
4647
steps:
4748
- name: Set up Go 1.x
@@ -59,6 +60,12 @@ jobs:
5960
- name: Build Cross-Platform
6061
run: promu crossbuild -v
6162

63+
- name: List Workspace Files
64+
run: ls -la .
65+
66+
- name: List .build Files
67+
run: ls -la .build
68+
6269
- name: Upload .build artifacts
6370
uses: actions/upload-artifact@v1
6471
with:
@@ -90,6 +97,12 @@ jobs:
9097
with:
9198
name: dot_build
9299

100+
- name: List Workspace Files
101+
run: ls -la .
102+
103+
- name: List .build Files
104+
run: ls -la .build
105+
93106
- name: Build Docker Images
94107
run: make docker DOCKER_REPO=docker.io/slashdevops
95108

0 commit comments

Comments
 (0)