@@ -23,6 +23,7 @@ name: test
23
23
on :
24
24
push :
25
25
26
+
26
27
jobs :
27
28
# check that both APIs are responding normally before running tests
28
29
check-api :
48
49
uses : actions/checkout@v4
49
50
50
51
with :
51
- version : 8.15.4
52
+ version : 9.12.3
52
53
run_install : false
53
54
- name : Setup Node
54
55
uses : actions/setup-node@v4
66
67
path : |
67
68
${{ github.workspace }}/.next/cache
68
69
# Generate a new cache whenever packages or source files change.
69
- key : ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
70
+ key : ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{
71
+ hashFiles('**.[jt]s', '**.[jt]sx') }}
70
72
# If source files changed but packages didn't, rebuild from a prior cache.
71
73
restore-keys : |
72
74
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
98
100
DONT_USE_STANDALONE_OUTPUT : true
99
101
DANGEROUS__DISABLE_SSL_CERT_CHECK_IN_API_PROXY : 1
100
102
DATA_MANAGER_API_SERVER : " https://data-manager-test.xchem-dev.diamond.ac.uk/data-manager-api"
101
- ACCOUNT_SERVER_API_SERVER : " https://account-server-test.xchem-dev.diamond.ac.uk/account-server-api"
103
+ ACCOUNT_SERVER_API_SERVER : " https://account-server-test.xchem-dev.diamond.ac.uk\
104
+ /account-server-api"
102
105
KEYCLOAK_URL : " https://keycloak-test.xchem-dev.diamond.ac.uk/auth/realms/squonk"
103
106
PW_USERNAME : " dmit-user-a"
104
107
PW_PASSWORD : " ${{ secrets.DMIT_USER_A_PASSWORD }}"
@@ -120,7 +123,7 @@ jobs:
120
123
uses : actions/checkout@v4
121
124
122
125
with :
123
- version : 8.15.4
126
+ version : 9.12.3
124
127
run_install : false
125
128
- name : Setup Node
126
129
uses : actions/setup-node@v4
@@ -138,7 +141,8 @@ jobs:
138
141
path : |
139
142
${{ github.workspace }}/.next/cache
140
143
# Generate a new cache whenever packages or source files change.
141
- key : ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
144
+ key : ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{
145
+ hashFiles('**.[jt]s', '**.[jt]sx') }}
142
146
# If source files changed but packages didn't, rebuild from a prior cache.
143
147
restore-keys : |
144
148
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
@@ -167,7 +171,8 @@ jobs:
167
171
DANGEROUS__DISABLE_SSL_CERT_CHECK_IN_API_PROXY : 1
168
172
BASE_PATH : " "
169
173
DATA_MANAGER_API_SERVER : " https://data-manager-test.xchem-dev.diamond.ac.uk/data-manager-api"
170
- ACCOUNT_SERVER_API_SERVER : " https://account-server-test.xchem-dev.diamond.ac.uk/account-server-api"
174
+ ACCOUNT_SERVER_API_SERVER : " https://account-server-test.xchem-dev.diamond.ac.uk\
175
+ /account-server-api"
171
176
KEYCLOAK_URL : " https://keycloak-test.xchem-dev.diamond.ac.uk/auth/realms/squonk"
172
177
PW_USERNAME : " dmit-user-a"
173
178
PW_PASSWORD : " ${{ secrets.DMIT_USER_A_PASSWORD }}"
0 commit comments