Skip to content

Merge pull request #282 from philips-software/dependabot/npm_and_yarn… #216

Merge pull request #282 from philips-software/dependabot/npm_and_yarn…

Merge pull request #282 from philips-software/dependabot/npm_and_yarn… #216

Workflow file for this run

name: 'Test action'
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v3
with:
fetch-depth: 0
- uses: ./
id: app
with:
app_id: ${{ secrets.FOREST_RELEASER_APP_ID }}
app_base64_private_key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY_BASE64 }}
auth_type: installation
org: philips-software