Skip to content

Commit e08a66b

Browse files
ci: build the contracts on default profile (#14)
docs: add a list o repositories that are using the reusable workflows closes #8
1 parent dfca031 commit e08a66b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/forge-build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ jobs:
4242
run: "forge config"
4343

4444
- name: "Build the production contracts"
45-
run: "FOUNDRY_PROFILE=optimized forge build"
46-
47-
- name: "Build the test contracts"
48-
run: "FOUNDRY_PROFILE=test-optimized forge build"
45+
run: "forge build"
4946

5047
- name: "Cache the contracts and the node modules so that they can be re-used by the other jobs"
5148
if: ${{ inputs.save-cache }}

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,12 @@ This repository contains a collection of reusable GitHub Actions workflows.
2626
- [Reusing workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
2727
- [Sharing actions and workflows with your organization](https://docs.github.com/en/actions/creating-actions/sharing-actions-and-workflows-with-your-organization)
2828
- [How to start using reusable workflows with GitHub Actions](https://github.blog/2022-02-10-using-reusable-workflows-github-actions/)
29+
30+
#### Repositories using these workflows
31+
32+
Useful list, because if we make changes to this repo, we will most likely need to update these repos as well.
33+
34+
- [airdrops](https://github.com/sablier-labs/airdrops/)
35+
- [flow](https://github.com/sablier-labs/flow/)
36+
- [lockup](https://github.com/sablier-labs/v2-core/)
37+
- [v2-periphery](https://github.com/sablier-labs/v2-periphery) (will be archived)

0 commit comments

Comments
 (0)