Skip to content

Commit

Permalink
Fix: CI - checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 15, 2023
1 parent a404a46 commit 8786d2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/node-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: "Setup"
runs:
using: "composite"
steps:
- name: Checkout
uses: actions/checkout@v3

# https://github.com/actions/cache/blob/main/examples.md#node---yarn
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
shell: bash

- name: Node cache
id: node-cache
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Setup
uses: ./.github/actions/node-setup

Expand Down

0 comments on commit 8786d2a

Please sign in to comment.