Skip to content

Commit

Permalink
build workflow cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmEmanuel committed Jan 6, 2024
1 parent 46161b2 commit 3e39cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:

- name: Setup assets cache
id: assetscache
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: output/RequiredModules
key: ${{ hashFiles('RequiredModules.psd1') }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ env:

jobs:
build:
name: Build Module
runs-on: ubuntu-latest

steps:
Expand All @@ -34,7 +35,7 @@ jobs:
uses: ./.github/actions/build

test:
name: Test Module on ${{ matrix.os }}
name: Test Module
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
Expand Down

0 comments on commit 3e39cf2

Please sign in to comment.