Skip to content

Commit

Permalink
test: updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Toto-hitori committed Apr 30, 2024
1 parent e44add8 commit 2de3ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- run: apt install openssl
- run: openssl req -newkey rsa:2048 -nodes -keyout server.key -out server.csr -subj "/CN=localhost"
- run: openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
- run: openssl pkcs12 -export -out server.p12 -inkey server.key -in server.crt
- run: openssl pkcs12 -export -out server.p12 -inkey server.key -in server.crt -password pass:{{ secrets.E2E_SSL_PASSWORD }}
- run: mv server.p12 /certs/keystore.p12
- run: docker compose --profile e2e up -d --pull always
- run: npm --prefix webapp install
Expand Down

0 comments on commit 2de3ee2

Please sign in to comment.