Skip to content

Move sflog's apex_code to token #48

Move sflog's apex_code to token

Move sflog's apex_code to token #48

Workflow file for this run

name: Test full
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Npm install node-gyp-build
run: |
npm i node-gyp-build
- name: Npm install
run: |
npm install
- name: Unit tests
run: |
npm test