Skip to content

Commit

Permalink
ci tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 9, 2023
1 parent 86c79eb commit b042f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node: ['18']
runs-on: ${{ matrix.os }}
timeout-minutes: 60
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ github.workspace }}/dist
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('**.[jt]s', '**.[jt]sx', '**.astro') }}
key: ${{ matrix.os }}-${{ matrix.node }}-astro-build-${{ hashFiles('dist/**/*.html', 'dist/**/*.js', 'dist/**/*.css', 'dist/**/*.jpg') }}
restore-keys: ${{ matrix.os }}-${{ matrix.node }}-astro-build-
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit b042f89

Please sign in to comment.