Skip to content

Commit 350e1a4

Browse files
committed
Allow password access (might be necessary)
1 parent ebac4ce commit 350e1a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
ports:
1818
- 2222:2222
1919
env:
20-
USER_PASSWORD: hunter2
2120
USER_NAME: citadel
21+
USER_PASSWORD: hunter2
22+
PASSWORD_ACCESS: true
2223
runs-on: ubuntu-latest
2324
container:
2425
image: swift:5.10-jammy

0 commit comments

Comments
 (0)