Skip to content

Favor using PR SHA instead of PR Branch for impacted target calculations #236

Favor using PR SHA instead of PR Branch for impacted target calculations

Favor using PR SHA instead of PR Branch for impacted target calculations #236

Workflow file for this run

name: Pull Request
on: pull_request
jobs:
tests:
runs-on: ubuntu-latest
name: Tests
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.7.5
- name: Run Tests
run: |
pnpm install
pnpm test