Skip to content

Commit

Permalink
Change deploy cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
czemar committed Jan 12, 2023
1 parent b586790 commit 14d037e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_app.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/cache@v3
with:
path: dist
key: ${{ runner.os }}-build-${{ hashFiles('**/yarn.lock') }}
key: ${{ runner.os }}-build-${{ github.run_id }}
restore-keys: |
${{ runner.os }}-build-
Expand Down
2 changes: 1 addition & 1 deletion src/tests/unit-tests.coverage.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ import { FullscreenIframe } from '../stories/helpers/components/fullscreen-ifram

<Meta title="Tests/Unit - coverage" />

<FullscreenIframe src="https://vernite.github.io/frontend/{environment}/coverage-unit/" />
<FullscreenIframe src="https://vernite.github.io/frontend/{environment}/coverage/vernite" />

0 comments on commit 14d037e

Please sign in to comment.