File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: Build and test
33on : [push, pull_request]
44
55env :
6- DATABASE_SCHEMA : 4.2.1 # released 2024-08-19
6+ ISPYB_DATABASE_SCHEMA : 4.6.0
77 # Installs from GitHub
88 # Versions: https://github.com/DiamondLightSource/ispyb-database/tags
99 # Previous version(s):
10- # 4.1.0
10+ # 4.2.1 # released 2024-08-19
11+ # 4.1.0 # released 2024-03-26
1112
1213permissions :
1314 contents : read
@@ -53,10 +54,10 @@ jobs:
5354 runs-on : ubuntu-latest
5455 steps :
5556 - uses : actions/checkout@v4
56- - name : Download ISPyB DB schema v${{ env.DATABASE_SCHEMA }} for tests
57+ - name : Download ISPyB DB schema v${{ env.ISPYB_DATABASE_SCHEMA }} for tests
5758 run : |
5859 mkdir database
59- wget -t 3 --waitretry=20 https://github.com/DiamondLightSource/ispyb-database/releases/download/v${{ env.DATABASE_SCHEMA }}/ispyb-database-${{ env.DATABASE_SCHEMA }}.tar.gz -O database/ispyb-database.tar.gz
60+ wget -t 3 --waitretry=20 https://github.com/DiamondLightSource/ispyb-database/releases/download/v${{ env.ISPYB_DATABASE_SCHEMA }}/ispyb-database-${{ env.ISPYB_DATABASE_SCHEMA }}.tar.gz -O database/ispyb-database.tar.gz
6061 - name : Store database artifact
6162 uses : actions/upload-artifact@v4
6263 with :
You can’t perform that action at this time.
0 commit comments