File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 71
71
if : matrix.os == 'ubuntu-latest'
72
72
run : |
73
73
sudo apt-get update
74
- sudo apt-get -y install libsodium23 libsodium-dev libsystemd0 libsystemd-dev
74
+ sudo apt-get -y install libsodium23 libsodium-dev libsystemd0 libsystemd-dev git
75
75
sudo apt-get -y remove --purge software-properties-common
76
- sudo apt-get -y autoremove git
76
+ sudo apt-get -y autoremove
77
77
78
78
- name : Install secp256k1 (Linux)
79
79
if : matrix.os == 'ubuntu-latest'
@@ -148,7 +148,9 @@ jobs:
148
148
- name : Check that Schema Migrations are complete
149
149
run : |
150
150
PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-tool -- run-migrations --mdir schema/ --ldir /tmp/
151
- echo "Help!!!!"
151
+ echo "A"
152
+ git --version
153
+ echo "B"
152
154
git status schema | grep schema/migration > schema.diff
153
155
echo "*************************************************************"
154
156
cat schema.diff
You can’t perform that action at this time.
0 commit comments