Skip to content

Commit

Permalink
build: tes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas committed Aug 9, 2023
1 parent 1ed7072 commit d0bb444
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: Trampoline-CX/action-turbo-changed@v1
with:
workspace: '*'
from: HEAD^1 # Check for changes since previous commit (feel free to put a branch name instead in the form of origin/<branchName>)
from: main
to: 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 d0bb444

Please sign in to comment.