Skip to content

Commit

Permalink
env in command, hardcoded for workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed May 24, 2024
1 parent 0fcf372 commit dd33484
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: volta-cli/action@v4
- run: echo $HOME

- run: wget https://dl.filippo.io/mkcert/latest?for=linux/amd64 -O mkcert
- run: chmod +x mkcert
- run: cp mkcert /usr/local/bin
- run: mkdir -p ${{ env.HOME }}/.simulacrum/certs
- run: mkdir -p $HOME/.simulacrum/certs
- run: export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"
- run: mkcert -install && mkcert localhost
working-directory: ${{ env.HOME }}/.simulacrum/certs
working-directory: /home/runner/.simulacrum/certs

- name: Install Node.js dependencies
run: npm ci
Expand Down

0 comments on commit dd33484

Please sign in to comment.