Skip to content

chore: Initial commit for case-connector #45

chore: Initial commit for case-connector

chore: Initial commit for case-connector #45

Workflow file for this run

name: Package
on:
push:
branches:
- main
workflow_dispatch:
jobs:
package-osx:
runs-on: macos-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: ci/package.sh
env:
CASE_BROKER_CI_TOKEN: ${{ secrets.PACTFLOW_TOKEN }}
CASE_BROKER_BASEURL: https://timothyjones.pactflow.io/
NODE_VERSION: ${{ matrix.node-version }}
FORCE_COLOR: true