Skip to content

fix to add variables which are not string through the .variable(...) … #16

fix to add variables which are not string through the .variable(...) …

fix to add variables which are not string through the .variable(...) … #16

Workflow file for this run

name: External Worker Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 20.x, 21.x ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install -g yarn
- run: yarn
- run: yarn test