Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Update react.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wesdevpro committed Nov 19, 2023
1 parent acfd4c1 commit 1497518
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/react.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ jobs:
- name: Rename Certificate and Key Files
run: |
mkdir -p ~/.aspnet/https
mv ~/.aspnet/https/localhost.crt ~/.aspnet/https/react-ts.pem || true
mv ~/.aspnet/https/localhost.key ~/.aspnet/https/react-ts.key || true
mkdir -p ./.aspnet/https
mv ./.aspnet/https/localhost.crt ./.aspnet/https/react-ts.pem || true
mv ./.aspnet/https/localhost.key ./.aspnet/https/react-ts.key || true
working-directory: ${{ github.workspace }}

- name: Test vite+react Project
run: |
Expand Down

0 comments on commit 1497518

Please sign in to comment.