Skip to content

Commit

Permalink
Add nx-set-shas step
Browse files Browse the repository at this point in the history
  • Loading branch information
david1542 committed Apr 13, 2024
1 parent 6d333c3 commit 465c08b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: yarn install --frozen-lockfile
# Set convenience variables. Source: https://nx.dev/ci/recipes/set-up/monorepo-ci-github-actions#get-the-commit-of-the-last-successful-build
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v4
# This step is relevant for docker images. Right now we use a managed environment in GCP App Engine.
- name: Authenticate to Google Cloud
uses: "google-github-actions/auth@v0.4.0"
Expand Down

0 comments on commit 465c08b

Please sign in to comment.