Skip to content

Commit

Permalink
chore: t
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 9, 2023
1 parent 1bfae5a commit 4fc1a35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1 # Necessary so we have commit history to compare to
fetch-depth: 0 # Necessary so we have commit history to compare to

- name: package-a changed in last commit?
id: changedAction
uses: Trampoline-CX/action-turbo-changed@v1
with:
workspace: '*'
from: HEAD^1
from: HEAD^1 # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/<branchName>)

# Do something more meaningful here, like push to NPM, do heavy computing, etc.
- name: Validate Action Output
Expand Down

0 comments on commit 4fc1a35

Please sign in to comment.