Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Dec 11, 2023
1 parent 0f326bd commit a08f195
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Environment setup
uses: ./.github/workflows/setup
uses: ./.github/actions/setup

- name: Build
run: pnpm build:${{ matrix.browser }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3

- name: Environment setup
uses: ./.github/workflows/setup
uses: ./.github/actions/setup

- name: Build
run: pnpm build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Environment setup
uses: ./.github/workflows/setup
uses: ./.github/actions/setup

- name: Build
run: pnpm build:${{ matrix.browser}}

0 comments on commit a08f195

Please sign in to comment.