Skip to content

ci: remove redundant bash shell specification from pnpm cache setup #3

ci: remove redundant bash shell specification from pnpm cache setup

ci: remove redundant bash shell specification from pnpm cache setup #3

Workflow file for this run

name: 'test'
on:
push:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: node-setup
uses: ./.github/actions/node-setup
- name: Run Tests
run: pnpm test