Skip to content

Commit

Permalink
make test work in PRs and all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
asheliahut committed Nov 1, 2024
1 parent 4cb07c6 commit f3df8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Brioche
uses: brioche-dev/setup-brioche@main
uses: ./ # Uses an action in the root directory
with:
version: 'v0.1.3' # Optional, defaults to v0.1.3

Expand Down

0 comments on commit f3df8e3

Please sign in to comment.