Skip to content

Commit

Permalink
ci: fix cache step occuring after the install (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
PHILLIPS71 authored Apr 23, 2024
1 parent 9369f15 commit 5f9184a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: '๐Ÿ’ฝ๏ธ Setup'
uses: ./.github/actions/setup

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ”บ๏ธ Cache'
uses: ./.github/actions/cache

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ—๏ธ Build'
uses: ./.github/actions/build
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: '๐Ÿ’ฝ๏ธ Setup'
uses: ./.github/actions/setup

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ”บ๏ธ Cache'
uses: ./.github/actions/cache

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ—๏ธ Build'
uses: ./.github/actions/build
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: '๐Ÿ’ฝ๏ธ Setup'
uses: ./.github/actions/setup

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ”บ๏ธ Cache'
uses: ./.github/actions/cache

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ—๏ธ Build'
uses: ./.github/actions/build
with:
Expand Down Expand Up @@ -69,12 +69,12 @@ jobs:
- name: '๐Ÿ’ฝ๏ธ Setup'
uses: ./.github/actions/setup

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ”บ๏ธ Cache'
uses: ./.github/actions/cache

- name: '๐Ÿ“ฆ Install'
uses: ./.github/actions/install

- name: '๐Ÿ—๏ธ Build'
uses: ./.github/actions/build
with:
Expand Down

0 comments on commit 5f9184a

Please sign in to comment.