Skip to content

Deprecating the AWS provider (for now) #382

Deprecating the AWS provider (for now)

Deprecating the AWS provider (for now) #382

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
pull_request:
branches:
- main
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
- '.github/**'
- '.vscode/**'
- 'packages/**/.vscode/**'
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: ./.github/actions/build
- name: Unit tests
uses: ./.github/actions/call-rush
with:
command: test -v