We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9349c commit f195191Copy full SHA for f195191
.github/workflows/workflow.yml
@@ -47,11 +47,6 @@ jobs:
47
${{ runner.os }}-go-
48
- name: Build
49
run: go build -v ./...
50
- - name: Upload build artifact
51
- uses: actions/upload-artifact@v3
52
- with:
53
- name: app-binary
54
- path: ./your-app-binary-name
55
56
test:
57
needs: build
@@ -84,10 +79,6 @@ jobs:
84
79
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
85
80
restore-keys: |
86
81
87
- - name: Download build artifact
88
- uses: actions/download-artifact@v3
89
90
91
82
- name: Install golang-migrate
92
83
run: go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
93
- name: Run Migrations
0 commit comments