Skip to content

Commit

Permalink
ci: add sha check back to unit test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Long committed Sep 16, 2024
1 parent b2d6cb7 commit cf8ee36
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
unit-tests:
runs-on: warp-ubuntu-latest-x64-16x
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repo
Expand All @@ -24,6 +24,11 @@ jobs:
node-version: 20
cache: yarn
cache-dependency-path: ${{ github.workspace }}/yarn.lock
- name: Check SHA
uses: nrwl/nx-set-shas@v3
id: sha
with:
main-branch-name: 'master'
- name: Install Dependencies
run: yarn
- name: Build
Expand Down

0 comments on commit cf8ee36

Please sign in to comment.