Skip to content

chore(dev-deps): bump oclif from 3.9.1 to 3.17.2 #361

chore(dev-deps): bump oclif from 3.9.1 to 3.17.2

chore(dev-deps): bump oclif from 3.9.1 to 3.17.2 #361

Workflow file for this run

name: tests
on:
push:
branches-ignore: [main]
workflow_dispatch:
jobs:
integration-tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Install sf
uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd
with:
max_attempts: 3
retry_wait_seconds: 60
command: npm install -g @salesforce/cli@$nightly --omit=dev
timeout_minutes: 60
- name: Build project
run: |
yarn
yarn build
- name: Run tests
run: yarn test:integration
unit-tests:
uses: salesforcecli/github-workflows/.github/workflows/unitTest.yml@main