Skip to content

output service prefix, and use it for target (#55) #43

output service prefix, and use it for target (#55)

output service prefix, and use it for target (#55) #43

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
shared-actions-unit-test:
name: Unit Test Shared Actions
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./shared-actions
steps:
- uses: "actions/checkout@v6"
- uses: actions/setup-node@v6
with:
node-version: "24"
- name: Install dependencies
run: npm ci
- name: Run unit tests
run: npm run test