Skip to content

Commit

Permalink
syntax error from workflow change, testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Apr 3, 2024
1 parent 3850b8b commit ea23e91
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ jobs:
echo NODE_ENV=development >> frontend/.env
echo PORT=3000 >> frontend/.env
- name: add in certificate (in frontend/ directory)
- name: Write Certificate to File
run: |
touch frontend/DigiCertGlobalRootCA.crt.pem
echo ${{ secrets.CERTIFICATE }} >> frontend/DigiCertGlobalRootCA.crt.pem
echo "${{ secrets.CERTIFICATE }}" > frontend/DigiCertGlobalRootCA.crt.pem
- name: Cache node modules
uses: actions/cache@v2
Expand Down

0 comments on commit ea23e91

Please sign in to comment.