Skip to content

Commit a16a8fb

Browse files
authored
chore: lock atlas version in test workflow (#1147)
Signed-off-by: Jose I. Paris <[email protected]>
1 parent 161f845 commit a16a8fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@ jobs:
4141
# This could happen if the developer ran make generate but didn't run make migration_sync
4242
- name: Generate migrations
4343
if: ${{ matrix.app == 'controlplane' }}
44+
env:
45+
ATLAS_VERSION: v0.24.1
4446
run: |
45-
wget -q https://release.ariga.io/atlas/atlas-linux-amd64-latest -O /tmp/atlas
47+
wget -q https://release.ariga.io/atlas/atlas-linux-amd64-$ATLAS_VERSION -O /tmp/atlas
4648
sudo install /tmp/atlas /usr/local/bin/atlas
4749
4850
make -C app/controlplane migration_sync

0 commit comments

Comments
 (0)