Skip to content

Commit 0fe2372

Browse files
committed
adjust workflow
1 parent e323cff commit 0fe2372

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

.github/workflows/test-migrations.yml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ jobs:
5656
curl -sSf https://atlasgo.sh | sh
5757
atlas version
5858
59-
- name: Build statesman binary
59+
- name: Download Atlas binary for embedding
60+
working-directory: taco
61+
run: |
62+
make atlas-download-binary
63+
64+
- name: Build statesman binary (with embedded Atlas)
6065
working-directory: taco
6166
run: |
6267
go build -o statesman ./cmd/statesman
@@ -138,7 +143,12 @@ jobs:
138143
curl -sSf https://atlasgo.sh | sh
139144
atlas version
140145
141-
- name: Build statesman binary
146+
- name: Download Atlas binary for embedding
147+
working-directory: taco
148+
run: |
149+
make atlas-download-binary
150+
151+
- name: Build statesman binary (with embedded Atlas)
142152
working-directory: taco
143153
run: |
144154
go build -o statesman ./cmd/statesman
@@ -203,7 +213,12 @@ jobs:
203213
curl -sSf https://atlasgo.sh | sh
204214
atlas version
205215
206-
- name: Build statesman binary
216+
- name: Download Atlas binary for embedding
217+
working-directory: taco
218+
run: |
219+
make atlas-download-binary
220+
221+
- name: Build statesman binary (with embedded Atlas)
207222
working-directory: taco
208223
run: |
209224
go build -o statesman ./cmd/statesman

0 commit comments

Comments
 (0)