Skip to content

Commit

Permalink
Pol Gubau; MW-
Browse files Browse the repository at this point in the history
  • Loading branch information
PolGubau committed Sep 13, 2024
1 parent 87e8632 commit 81854f7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/pol-ui.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI

on: push
# on push or commit in main branch
on:
push:
branches:
- main

jobs:
test:
Expand All @@ -18,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'pnpm'
cache: "pnpm"

- name: 📥 Install Dependencies
run: pnpm ui install
Expand All @@ -41,7 +45,7 @@ jobs:
with:
node-version: lts/*
always-auth: true
registry-url: 'https://registry.npmjs.org'
registry-url: "https://registry.npmjs.org"
- name: 💡 Install PNPM
run: npm install -g pnpm

Expand Down

0 comments on commit 81854f7

Please sign in to comment.