Skip to content

Commit

Permalink
fix(ci): add checkout step outside shared action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Jun 22, 2023
1 parent d50b225 commit b0354f9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ inputs:
runs:
using: 'composite'
steps:
- uses: actions/checkout@v3
- name: Turborepo Caching Server
uses: felixmosh/turborepo-gh-artifacts@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extension-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
VITE_APP_MODE: web
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup env
uses: ./.github/actions/setup
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extension-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
VITE_APP_MODE: web
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup env
uses: ./.github/actions/setup
with:
Expand Down

0 comments on commit b0354f9

Please sign in to comment.