testing cicd
Some checks failed
Build and Deploy / build (push) Failing after 5s

This commit is contained in:
dealjus 2025-04-29 07:08:56 -07:00
parent bab26677e1
commit 75c91b6114

View File

@ -21,11 +21,11 @@ jobs:
- name: Checkout your repository using git - name: Checkout your repository using git
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install PNPM # - name: Install PNPM
run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh - # run: wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
- name: Enable PNPM # - name: Enable PNPM
run: source /root/.shrc # run: source /root/.shrc
- name: Install Dependencies - name: Install Dependencies
run: pnpm install run: pnpm install