Skip to content

test

test #22

Workflow file for this run

name: Build and Test
on:
push:
branches:
- "**"
tags-ignore:
- "**"
env:
SECRETS: ${{ toJSON(secrets) }}
jobs:
run-tests:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: journeyapps-platform/ci-actions
token: ${{ secrets.SHARED_GH_TOKEN }}
path: .github/ci
ref: v1
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: 22.16
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 10
- name: Install Dependencies
uses: ./.github/ci/actions/npm-install
with:
client: pnpm
- name: Test
run: pnpm test