Skip to content

Commit

Permalink
Fix playwright caches
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy authored May 20, 2024
1 parent 43c7847 commit c65481f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
run: pnpm install

- name: Store Playwright's Version
working-directory: ./src/frontend/tests
run: |
PLAYWRIGHT_VERSION=$(pnpm ls @playwright/test | grep @playwright | sed 's/.*@//')
PLAYWRIGHT_VERSION=$(pnpm list @playwright/test | grep @playwright | sed 's/.*@//')
echo "Playwright's Version: $PLAYWRIGHT_VERSION"
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
Expand Down
1 change: 1 addition & 0 deletions src/frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ plugins {

node {
version.set("20.11.0")
pnpmVersion.set("9.1.1")
download.set(rootProject.findProperty("npm.download") == "true")
}

Expand Down

0 comments on commit c65481f

Please sign in to comment.