Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jibon57 committed Sep 5, 2024
1 parent e56bb6a commit d5aa455
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20.x"
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
- name: setup go
uses: actions/setup-go@v5
with:
Expand All @@ -45,7 +49,7 @@ jobs:
mysql -u root -p12345 -h 127.0.0.1 -P 3306 -D plugnmeet < sql_dump/install.sql
git clone https://github.com/mynaparrot/plugNmeet-client client
cd client
npm install && npm run build
pnpm install && pnpm run build
- name: Run docker-compose
uses: isbang/compose-action@v2.0.1
with:
Expand Down

0 comments on commit d5aa455

Please sign in to comment.